diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-15 20:12:24 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-07-15 20:12:24 (GMT) |
commit | c081c0c6a0c917de72b7d7944c5316174717d56d (patch) | |
tree | 184657849382db7dec5904be11d3d44895f6a16c /Misc | |
parent | b8298a01e6fefec9b0b64fd6915e57fc246b9a55 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |