cpython/Lib/test/support
Victor Stinner ace1ecc00b bpo-31234: threading_cleanup() now warns immediately (#3138)
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.
2017-09-13 13:42:00 -07:00
..
__init__.py bpo-31234: threading_cleanup() now warns immediately (#3138) 2017-09-13 13:42:00 -07:00
script_helper.py bpo-28180: Implementation for PEP 538 (#659) 2017-06-11 13:16:15 +10:00