Skip to content
Open
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions documentation/style-guide.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _style-guide:
.. _style-guide:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why the unrelated change?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is still changed.


===========
Style guide
Expand Down Expand Up @@ -77,7 +77,12 @@ C API
to write extension modules. All caps and unhyphenated.

CPU
Central processing unit. No need to spell out.
Central processing unit. No need to spell out.

free-threaded
The preferred term for the build mode that makes the global interpreter
lock (GIL) optional (per :pep:`703`). Avoid using "No-GIL" to prevent
double negatives (for example, "non-no-GIL").

POSIX
The name assigned to a particular group of standards. This is always
Expand Down
Loading