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 9ed3a0b commit b3cbbf8Copy full SHA for b3cbbf8
Doc/glossary.rst
@@ -151,7 +151,8 @@ Glossary
151
caller holds the :term:`GIL` for the current interpreter, so only
152
one OS thread can have an attached thread state at a given moment. In
153
:term:`free-threaded <free threading>` builds of Python, threads can concurrently
154
- hold an attached thread state, allowing for true parallelism.
+ hold an attached thread state, allowing for true parallelism of the bytecode
155
+ interpreter.
156
157
attribute
158
A value associated with an object which is usually referenced by name
0 commit comments