Skip to content
Merged
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
Next Next commit
Add 'free-threaded' to style guide (#1353)
  • Loading branch information
arunkumargururaj07-star committed Jan 6, 2026
commit e561ff5cb6618d0175bc4ae41dc1c1af3aaf7518
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").
Comment thread
arunkumargururaj07-star marked this conversation as resolved.
Outdated
Python
The name of our favorite programming language is always capitalized.

Expand Down
Loading