File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1027,8 +1027,8 @@ thus allowing the old :term:`thread state <attached thread state>` to get re-att
10271027C API can be called again.
10281028
10291029For :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`
10321032to be released to attach their thread state, allowing true multi-core parallelism.
10331033
10341034.. note::
You can’t perform that action at this time.
0 commit comments