]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16408: Fix file descriptors not being closed in error conditions in the zipfil...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 17 Nov 2012 22:54:40 +0000 (23:54 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 17 Nov 2012 22:54:40 +0000 (23:54 +0100)
commit8f1fefab9a0816dd9fb089a7a0398e195a8e4b97
tree30f294de2ad93aeb5b7949b7bfe96a190a5ddbb1
parent5439458a2a5f4da38eeef2007f400152148fe04f
parent8572da5e961f6a645e3e8932568afd889448e78b
Issue #16408: Fix file descriptors not being closed in error conditions in the zipfile module.
Patch by Serhiy Storchaka.
Lib/zipfile.py
Misc/NEWS