Commit dcf17f8a authored by Victor Stinner's avatar Victor Stinner

Issue #19466: Fix typo. Patch written by Vajrasky Kok.

parent 45956b9a
......@@ -581,7 +581,7 @@ Py_Finalize(void)
other threads to call objects destructor. Destructors will be called in
the current Python thread. Since _Py_Finalizing has been set, no other
Python threads can lock the GIL at this point (if they try, they will
exit immediatly). */
exit immediately). */
_PyThreadState_DeleteExcept(tstate);
/* Collect garbage. This may call finalizers; it's nice to call these
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment