Skip to content

Commit caee81b

Browse files
Remove the link
1 parent 74f445f commit caee81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/c-api/init.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ acquire the :term:`GIL`.
10941094
If any thread, other than the finalization thread, attempts to acquire the GIL
10951095
during finalization, either explicitly via :c:func:`PyGILState_Ensure`,
10961096
:c:macro:`Py_END_ALLOW_THREADS`, :c:func:`PyEval_AcquireThread`, or
1097-
:c:func:`PyEval_AcquireLock`, or implicitly when the interpreter attempts to
1097+
:c:func:`!PyEval_AcquireLock`, or implicitly when the interpreter attempts to
10981098
reacquire it after having yielded it, the thread enters **a permanently blocked
10991099
state** where it remains until the program exits. In most cases this is
11001100
harmless, but this can result in deadlock if a later stage of finalization

0 commit comments

Comments
 (0)