diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-15 20:29:44 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-15 20:29:44 (GMT) |
commit | 707f228b1eb8d2829797524e0aa93922a238ff66 (patch) | |
tree | 5625a5797998b324fdd927613d7abdc470b59685 /Misc | |
parent | c081c0c6a0c917de72b7d7944c5316174717d56d (diff) | |
download | cpython-707f228b1eb8d2829797524e0aa93922a238ff66.zip cpython-707f228b1eb8d2829797524e0aa93922a238ff66.tar.gz cpython-707f228b1eb8d2829797524e0aa93922a238ff66.tar.bz2 |
Try harder to reap dangling threads in test.support.reap_threads().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -67,6 +67,8 @@ C-API 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' |