cpython/Lib/test/support
Victor Stinner 21a0a6c9f8 threading_cleanup() failure marks test as ENV_CHANGED (#2500)
If threading_cleanup() fails to cleanup threads, set a a new
support.environment_altered flag to true, flag uses by save_env which
is used by regrtest to check if a test altered the environment. At
the end, the test file fails with ENV_CHANGED instead of SUCCESS, to
report that it altered the environment.
2017-06-30 10:59:52 +02:00
..
__init__.py threading_cleanup() failure marks test as ENV_CHANGED (#2500) 2017-06-30 10:59:52 +02:00
script_helper.py bpo-28180: Implementation for PEP 538 (#659) 2017-06-11 13:16:15 +10:00