Kaydet (Commit) dcf17f8a authored tarafından Victor Stinner's avatar Victor Stinner

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

üst 45956b9a
...@@ -581,7 +581,7 @@ Py_Finalize(void) ...@@ -581,7 +581,7 @@ Py_Finalize(void)
other threads to call objects destructor. Destructors will be called in other threads to call objects destructor. Destructors will be called in
the current Python thread. Since _Py_Finalizing has been set, no other 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 Python threads can lock the GIL at this point (if they try, they will
exit immediatly). */ exit immediately). */
_PyThreadState_DeleteExcept(tstate); _PyThreadState_DeleteExcept(tstate);
/* Collect garbage. This may call finalizers; it's nice to call these /* 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