File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 1- .. _style-guide :
1+ .. _style-guide :
22
33===========
44Style guide
8181
8282free-threaded
8383 The preferred term for the build mode that makes the global interpreter
84- lock (GIL) optional (per :pep: `703 `). Avoid using "no-gil " to prevent
84+ lock (GIL) optional (:pep: `703 `). Avoid using "no-GIL " to prevent
8585 double negatives (for example, "non-no-GIL").
8686
8787POSIX
88- <<<<<<< HEAD
8988 The name assigned to a particular group of standards. This is always
9089 uppercase.
91- free-threaded
92- The preferred term for the build mode that makes the global interpreter
93- lock (GIL) optional (per :pep: `703 `). Avoid using "no-GIL" to prevent
94- double negatives (for example, "non-no-GIL").
95- =======
96- The name assigned to a particular group of standards. This is always
97- uppercase.
9890
99- >>>>>>> a22760b (Final cleanup: alphabetical order and whitespace)
10091Python
10192 The name of our favorite programming language is always capitalized.
10293
You can’t perform that action at this time.
0 commit comments