Skip to content

Commit 352acc5

Browse files
committed
Switch to a reference
1 parent 4c532b6 commit 352acc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/c-api/init.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,8 +1027,8 @@ thus allowing the old :term:`thread state <attached thread state>` to get re-att
10271027
C API can be called again.
10281028
10291029
For :term:`free-threaded <free threading>` builds, the :term:`GIL` is normally
1030-
out of the question, but detaching the thread state is still required for blocking I/O
1031-
and long operations. The difference is that threads don't have to wait for the :term:`GIL`
1030+
out of the question, but detaching the :term:`thread state <attached thread state>` is still required
1031+
for blocking I/O and long operations. The difference is that threads don't have to wait for the :term:`GIL`
10321032
to be released to attach their thread state, allowing true multi-core parallelism.
10331033
10341034
.. note::

0 commit comments

Comments
 (0)