[issue20102] shutil._make_zipfile possible resource leak

Roundup Robot report at bugs.python.org
Sun Feb 2 21:31:25 CET 2014


Roundup Robot added the comment:

New changeset 767d034b3feb by Benjamin Peterson in branch '2.7':
use with statement to ensure zipfile is always closed (closes #20102)
http://hg.python.org/cpython/rev/767d034b3feb

New changeset 838674d15b5b by Benjamin Peterson in branch '3.3':
use with statement to ensure zipfile is always closed (closes #20102)
http://hg.python.org/cpython/rev/838674d15b5b

New changeset 20aa07f93ca7 by Benjamin Peterson in branch 'default':
merge 3.3 (#20102)
http://hg.python.org/cpython/rev/20aa07f93ca7

----------
nosy: +python-dev
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20102>
_______________________________________


More information about the Python-bugs-list mailing list