| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Oh, this change does not work as expected, it does introduce a crash, see: It seems like the commit eb4e2ae (bpo-39877) introduced a race condition. |
Sorry, something went wrong.
I wrote PR #18854 to fix this bug. |
Sorry, something went wrong.
Clear the frames of daemon threads earlier during the Python shutdown to call objects destructors. So "unclosed file" resource warnings are now emitted for daemon threads in a more reliable way. Cleanup _PyThreadState_DeleteExcept() code: rename "garbage" to "list".
| Back | FazBrowse Home | New Git URL |
Clear the frames of daemon threads earlier during the Python shutdown to
call objects destructors. So "unclosed file" resource warnings are now
emitted for daemon threads in a more reliable way.
Cleanup _PyThreadState_DeleteExcept() code: rename "garbage" to
"list".
https://bugs.python.org/issue19466