Skip to content

Commit b3cbbf8

Browse files
committed
Add extra note about free-threading.
1 parent 9ed3a0b commit b3cbbf8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/glossary.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ Glossary
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
154-
hold an attached thread state, allowing for true parallelism.
154+
hold an attached thread state, allowing for true parallelism of the bytecode
155+
interpreter.
155156

156157
attribute
157158
A value associated with an object which is usually referenced by name

0 commit comments

Comments
 (0)