summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-07-15 20:29:44 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-07-15 20:29:44 (GMT)
commit707f228b1eb8d2829797524e0aa93922a238ff66 (patch)
tree5625a5797998b324fdd927613d7abdc470b59685 /Misc
parentc081c0c6a0c917de72b7d7944c5316174717d56d (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 00bce49..02b59dc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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'