mirror of
https://github.com/python/cpython.git
synced 2025-07-08 20:05:28 +00:00
Issue #19466: Fix typo. Patch written by Vajrasky Kok.
This commit is contained in:
parent
45956b9a33
commit
dcf17f8a55
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue