◐ Shell
clean mode source ↗

bpo-31234: threading_cleanup() now warns immediately by vstinner · Pull Request #3138 · python/cpython

pitrou

@vstinner vstinner changed the title [WIP] bpo-31234: threading_cleanup() now warns immediately bpo-31234: threading_cleanup() now warns immediately

Sep 13, 2017

@vstinner vstinner changed the title bpo-31234: threading_cleanup() now warns immediately [WIP] bpo-31234: threading_cleanup() now warns immediately

Sep 13, 2017
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 vstinner changed the title [WIP] bpo-31234: threading_cleanup() now warns immediately bpo-31234: threading_cleanup() now warns immediately

Sep 13, 2017

@vstinner vstinner deleted the stricter_threading_cleanup branch

September 13, 2017 20:42