Skip to content

Commit ad69f96

Browse files
committed
Fix line endings.
1 parent fe3d8a1 commit ad69f96

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/c-api/interp-lifecycle.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,8 +619,8 @@ it possible to avoid these issues by temporarily preventing finalization:
619619
will not finalize until the guard is closed (through
620620
:c:func:`PyInterpreterGuard_Close`).
621621
622-
When a guard is held, a thread attempting to finalize the interpreter will
623-
block until the guard is closed before starting finalization.
622+
When a guard is held, a thread attempting to finalize the interpreter will
623+
block until the guard is closed before starting finalization.
624624
After finalization has started, threads are forever unable to acquire
625625
guards for that interpreter. This means that if you forget to close an
626626
interpreter guard, the process will **permanently hang** during

0 commit comments

Comments
 (0)