Skip to content

Commit 54fc703

Browse files
arunkumargururaj07-starhugovkwillingc
authored
Add free-threaded to style guide (#1353) (#1722)
* Add 'free-threaded' to style guide (#1353) * Update documentation/style-guide.rst Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> * Final cleanup: alphabetical order and whitespace * Apply maintainer feedback: fix style and formatting * Fix documentation style guide formatting - Correct CPU indentation to 3 spaces - Correct free-threaded indentation to 3 spaces - Change 'prevent' to 'avoid' as suggested by reviewer * Remove proposed change. * Add back reference label for style guide --------- Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Carol Willing <carolcode@willingconsulting.com>
1 parent 5e1f59d commit 54fc703

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

documentation/style-guide.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ C API
7979
CPU
8080
Central processing unit. No need to spell out.
8181

82+
free-threaded
83+
The preferred term for the build mode that makes the global interpreter
84+
lock (GIL) optional (per :pep:`703`). Avoid using "No-GIL" to avoid
85+
double negatives (for example, "non-no-GIL").
86+
8287
POSIX
8388
The name assigned to a particular group of standards. This is always
8489
uppercase.

0 commit comments

Comments
 (0)