diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-11-17 22:50:08 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-11-17 22:50:08 (GMT) |
commit | 17babc5e97f49f03e0a271b1c80f7adaf2eb5f48 (patch) | |
tree | eb4037a09cbdc572517b9ac395a2765bfb8df867 /Misc | |
parent | a39a22dc0b20f0373792322b054228f1f62b736a (diff) | |
download | cpython-17babc5e97f49f03e0a271b1c80f7adaf2eb5f48.zip cpython-17babc5e97f49f03e0a271b1c80f7adaf2eb5f48.tar.gz cpython-17babc5e97f49f03e0a271b1c80f7adaf2eb5f48.tar.bz2 |
Issue #16408: Fix file descriptors not being closed in error conditions in the zipfile module.
Patch by Serhiy Storchaka.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -164,6 +164,9 @@ Core and Builtins Library ------- +- Issue #16408: Fix file descriptors not being closed in error conditions + in the zipfile module. Patch by Serhiy Storchaka. + - Issue #16140: The subprocess module no longer double closes its child subprocess.PIPE parent file descriptors on child error prior to exec(). |