We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f445f commit caee81bCopy full SHA for caee81b
Doc/c-api/init.rst
@@ -1094,7 +1094,7 @@ acquire the :term:`GIL`.
1094
If any thread, other than the finalization thread, attempts to acquire the GIL
1095
during finalization, either explicitly via :c:func:`PyGILState_Ensure`,
1096
:c:macro:`Py_END_ALLOW_THREADS`, :c:func:`PyEval_AcquireThread`, or
1097
-:c:func:`PyEval_AcquireLock`, or implicitly when the interpreter attempts to
+:c:func:`!PyEval_AcquireLock`, or implicitly when the interpreter attempts to
1098
reacquire it after having yielded it, the thread enters **a permanently blocked
1099
state** where it remains until the program exits. In most cases this is
1100
harmless, but this can result in deadlock if a later stage of finalization
0 commit comments