Skip to content
Merged
Changes from all 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
5 changes: 5 additions & 0 deletions documentation/style-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ C API
CPU
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 avoid
double negatives (for example, "non-no-GIL").

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