diff options
author | R David Murray <rdmurray@bitdance.com> | 2011-03-14 02:31:35 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2011-03-14 02:31:35 (GMT) |
commit | dcd79a2d159417ce48336b6bc2bdb4da03ad1c1f (patch) | |
tree | 5bc9b43d2c0ca34bb0b635121db6a7b255e0568e /Misc | |
parent | accd1c040f472f613cdac8fbf78e75794819acfc (diff) | |
parent | 384069c2e8f2d06d0b6b36955032999307a17775 (diff) | |
download | cpython-dcd79a2d159417ce48336b6bc2bdb4da03ad1c1f.zip cpython-dcd79a2d159417ce48336b6bc2bdb4da03ad1c1f.tar.gz cpython-dcd79a2d159417ce48336b6bc2bdb4da03ad1c1f.tar.bz2 |
Merge fix for #11490 from 3.2.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -191,6 +191,9 @@ Tools/Demos Tests ----- +- Issue #11490: test_subprocess:test_leaking_fds_on_error no longer gives a + false positive if the last directory in the path is inaccessible. + - Issue #11223: Fix test_threadsignals to fail, not hang, when the non-semaphore implementation of locks is used under POSIX. |