We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66055d0 commit 58161c7Copy full SHA for 58161c7
Doc/glossary.rst
@@ -580,6 +580,13 @@ Glossary
580
the :term:`global interpreter lock` which allows only one thread to
581
execute Python bytecode at a time. See :pep:`703`.
582
583
+ free-threaded build
584
+
585
+ A build of :term:`CPython` that supports :term:`free threading`,
586
+ configured using the :option:`--disable-gil` option before compilation.
587
588
+ See :ref:`freethreading-python-howto`.
589
590
free variable
591
Formally, as defined in the :ref:`language execution model <bind_names>`, a free
592
variable is any variable used in a namespace which is not a local variable in that
0 commit comments