Skip to content

Commit 788d735

Browse files
committed
Change artifact from 'runtime context' to 'thread state'
1 parent ace174f commit 788d735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Glossary
147147
including during blocking C calls and by the bytecode interpreter in between
148148
calls.
149149

150-
On most builds of Python, having an attached context means that the
150+
On most builds of Python, having an attached thread state implies that the
151151
caller holds the :term:`GIL` for the current interpreter, so only
152152
one OS thread can have an attached thread state at a given moment. In
153153
:term:`free-threaded <free threading>` builds of Python, threads can concurrently

0 commit comments

Comments
 (0)