Skip to content

Commit f77b74d

Browse files
committed
python#11997: merge with 3.1.
2 parents 3ef4419 + d92ab08 commit f77b74d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/c-api/init.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -883,7 +883,7 @@ by such objects may affect the wrong (sub-)interpreter's dictionary of loaded
883883
modules.
884884
885885
Also note that combining this functionality with :c:func:`PyGILState_\*` APIs
886-
is delicate, become these APIs assume a bijection between Python thread states
886+
is delicate, because these APIs assume a bijection between Python thread states
887887
and OS-level threads, an assumption broken by the presence of sub-interpreters.
888888
It is highly recommended that you don't switch sub-interpreters between a pair
889889
of matching :c:func:`PyGILState_Ensure` and :c:func:`PyGILState_Release` calls.

0 commit comments

Comments
 (0)