commit | 707f228b1eb8d2829797524e0aa93922a238ff66 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Jul 15 22:29:44 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Jul 15 22:29:44 2011 +0200 |
tree | 5625a5797998b324fdd927613d7abdc470b59685 | |
parent | c081c0c6a0c917de72b7d7944c5316174717d56d [diff] [blame] |
Try harder to reap dangling threads in test.support.reap_threads().
diff --git a/Misc/NEWS b/Misc/NEWS index 00bce49..02b59dc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -67,6 +67,8 @@ Tests ----- +- Try harder to reap dangling threads in test.support.reap_threads(). + - Issue #12573: Add resource checks for dangling Thread and Process objects. - Issue #12549: Correct test_platform to not fail when OS X returns 'x86_64'