cpython/Lib/test/support
Victor Stinner a6f045224a bpo-30845: Enhance test_concurrent_futures cleanup (#2564) (#2880)
* bpo-30845: reap_children() now logs warnings

* bpo-30845: Enhance test_concurrent_futures cleanup

In setUp() and tearDown() methods of test_concurrent_futures tests,
make sure that tests don't leak threads nor processes. Clear
explicitly the reference to the executor to make it that it's
destroyed (to prevent "dangling threads" warning).

(cherry picked from commit 3df9dec425)
2017-07-26 05:05:09 +02:00
..
__init__.py bpo-30845: Enhance test_concurrent_futures cleanup (#2564) (#2880) 2017-07-26 05:05:09 +02:00
script_helper.py Fix script_helper.run_python_until_end(): copy SYSTEMROOT 2017-01-12 11:51:46 +01:00