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 ace174f commit 788d735Copy full SHA for 788d735
Doc/glossary.rst
@@ -147,7 +147,7 @@ Glossary
147
including during blocking C calls and by the bytecode interpreter in between
148
calls.
149
150
- On most builds of Python, having an attached context means that the
+ On most builds of Python, having an attached thread state implies that the
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
0 commit comments