bpo-31234: threading_cleanup() now warns immediately by vstinner · Pull Request #3138 · python/cpython
vstinner
changed the title
[WIP] bpo-31234: threading_cleanup() now warns immediately
bpo-31234: threading_cleanup() now warns immediately
vstinner
changed the title
bpo-31234: threading_cleanup() now warns immediately
[WIP] bpo-31234: threading_cleanup() now warns immediately
support.threading_cleanup() waits for 1 second before emitting a warning if there are threads running in the background. With this change, it now emits the warning immediately, to be able to catch bugs more easily.
vstinner
changed the title
[WIP] bpo-31234: threading_cleanup() now warns immediately
bpo-31234: threading_cleanup() now warns immediately
vstinner
deleted the
stricter_threading_cleanup
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters