Skip to content
Merged
Changes from 5 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
7 changes: 6 additions & 1 deletion documentation/style-guide.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.. _style-guide:
.. _style-guide:
Comment thread
willingc marked this conversation as resolved.
Outdated
Comment thread
willingc marked this conversation as resolved.
Outdated

===========
Style guide
Expand Down 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