summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-07-15 20:12:24 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-07-15 20:12:24 (GMT)
commitc081c0c6a0c917de72b7d7944c5316174717d56d (patch)
tree184657849382db7dec5904be11d3d44895f6a16c /Misc
parentb8298a01e6fefec9b0b64fd6915e57fc246b9a55 (diff)
downloadcpython-c081c0c6a0c917de72b7d7944c5316174717d56d.zip
cpython-c081c0c6a0c917de72b7d7944c5316174717d56d.tar.gz
cpython-c081c0c6a0c917de72b7d7944c5316174717d56d.tar.bz2
Issue #12573: Add resource checks for dangling Thread and Process objects.
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 a30f132..00bce49 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -67,6 +67,8 @@ C-API
Tests
-----
+- 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'
as the processor type on some Mac systems.