[New-bugs-announce] [issue16408] zipfile.testzip() opens file but does not close it.

Eric Busboom report at bugs.python.org
Sun Nov 4 21:22:59 CET 2012


New submission from Eric Busboom:

The zipfile.testzip() method will open each of the files in a zip archive, but does not close the files, resulting in a file descriptor leak.

----------
components: Library (Lib)
messages: 174829
nosy: Eric.Busboom
priority: normal
severity: normal
status: open
title: zipfile.testzip() opens file but does not close it.
type: behavior
versions: Python 2.7

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


More information about the New-bugs-announce mailing list