We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe3d8a1 commit ad69f96Copy full SHA for ad69f96
1 file changed
Doc/c-api/interp-lifecycle.rst
@@ -619,8 +619,8 @@ it possible to avoid these issues by temporarily preventing finalization:
619
will not finalize until the guard is closed (through
620
:c:func:`PyInterpreterGuard_Close`).
621
622
- When a guard is held, a thread attempting to finalize the interpreter will
623
- block until the guard is closed before starting finalization.
+ When a guard is held, a thread attempting to finalize the interpreter will
+ block until the guard is closed before starting finalization.
624
After finalization has started, threads are forever unable to acquire
625
guards for that interpreter. This means that if you forget to close an
626
interpreter guard, the process will **permanently hang** during
0 commit comments