diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-11-17 22:52:05 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-11-17 22:52:05 (GMT) |
commit | 8572da5e961f6a645e3e8932568afd889448e78b (patch) | |
tree | 238300d2bf447c04054720f51c2b58adda55f54a /Misc/NEWS | |
parent | 6d5ad227a50c6c5a78e48a98095788953ab49512 (diff) | |
parent | 17babc5e97f49f03e0a271b1c80f7adaf2eb5f48 (diff) | |
download | cpython-8572da5e961f6a645e3e8932568afd889448e78b.zip cpython-8572da5e961f6a645e3e8932568afd889448e78b.tar.gz cpython-8572da5e961f6a645e3e8932568afd889448e78b.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/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -88,6 +88,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 #16481: multiprocessing no longer leaks process handles on Windows. - Issue #16140: The subprocess module no longer double closes its child |