commit | 428bc6c48f41123149ddf1c3589fbe548cc38c48 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Jul 15 22:15:38 2011 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Jul 15 22:15:38 2011 +0200 |
tree | 80f470fa46e60653994c790718621b2dfb56c580 | |
parent | 91fe8157fd3518fcf7c2f7cd7bd247131e8e839f [diff] [blame] | |
parent | c081c0c6a0c917de72b7d7944c5316174717d56d [diff] [blame] |
Issue #12573: Add resource checks for dangling Thread and Process objects.
diff --git a/Misc/NEWS b/Misc/NEWS index 8067521..e75de01 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1036,6 +1036,8 @@ 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.