Thanks to visit codestin.com Credit goes to github.com
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 45956b9 commit dcf17f8Copy full SHA for dcf17f8
1 file changed
Python/pythonrun.c
@@ -581,7 +581,7 @@ Py_Finalize(void)
581
other threads to call objects destructor. Destructors will be called in
582
the current Python thread. Since _Py_Finalizing has been set, no other
583
Python threads can lock the GIL at this point (if they try, they will
584
- exit immediatly). */
+ exit immediately). */
585
_PyThreadState_DeleteExcept(tstate);
586
587
/* Collect garbage. This may call finalizers; it's nice to call these
0 commit comments