File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ of Python objects.
2525
2626 .. note ::
2727
28- On :term: `free-threaded build`s of Python, returning 1
28+ On :term: `free-threaded builds <free-threaded build> ` of Python, returning 1
2929 isn't sufficient to determine if it's safe to treat *o * as having no
3030 access by other threads. Use :c:func: `PyUnstable_Object_IsUniquelyReferenced `
3131 for that instead.
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ Glossary
160160 On most builds of Python, having an attached thread state implies that the
161161 caller holds the :term: `GIL ` for the current interpreter, so only
162162 one OS thread can have an attached thread state at a given moment. In
163- :term: `free-threaded builds <free-threaded builds > ` of Python, threads can
163+ :term: `free-threaded builds <free-threaded build > ` of Python, threads can
164164 concurrently hold an attached thread state, allowing for true parallelism of
165165 the bytecode interpreter.
166166
Original file line number Diff line number Diff line change @@ -421,7 +421,7 @@ General Options
421421 :no-typesetting:
422422
423423 Enables support for running Python without the :term: `global interpreter
424- lock ` (GIL): :term: `free-threading build `.
424+ lock ` (GIL): :term: `free-threaded build `.
425425
426426 Defines the ``Py_GIL_DISABLED `` macro and adds ``"t" `` to
427427 :data: `sys.abiflags `.
You can’t perform that action at this time.
0 commit comments