summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-07-15 20:15:38 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-07-15 20:15:38 (GMT)
commit428bc6c48f41123149ddf1c3589fbe548cc38c48 (patch)
tree80f470fa46e60653994c790718621b2dfb56c580 /Misc
parent91fe8157fd3518fcf7c2f7cd7bd247131e8e839f (diff)
parentc081c0c6a0c917de72b7d7944c5316174717d56d (diff)
downloadcpython-428bc6c48f41123149ddf1c3589fbe548cc38c48.zip
cpython-428bc6c48f41123149ddf1c3589fbe548cc38c48.tar.gz
cpython-428bc6c48f41123149ddf1c3589fbe548cc38c48.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 8067521..e75de01 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1036,6 +1036,8 @@ Extension Modules
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.