Skip to content
Open
Changes from 1 commit
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: 4 additions & 1 deletion documentation/style-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ CPU
POSIX
The name assigned to a particular group of standards. This is always
uppercase.

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 (e.g., "non-no-GIL").
Python
The name of our favorite programming language is always capitalized.

Expand Down
Loading