diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-15 20:15:38 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-15 20:15:38 (GMT) |
commit | 428bc6c48f41123149ddf1c3589fbe548cc38c48 (patch) | |
tree | 80f470fa46e60653994c790718621b2dfb56c580 /Misc | |
parent | 91fe8157fd3518fcf7c2f7cd7bd247131e8e839f (diff) | |
parent | c081c0c6a0c917de72b7d7944c5316174717d56d (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |