[New-bugs-announce] [issue10265] Fix fd leak in sunau

Brian Brazil report at bugs.python.org
Sun Oct 31 16:03:33 CET 2010


New submission from Brian Brazil <brian.brazil at gmail.com>:

Please see attached.

It's possible that this change will lead to fds leaking if someone is passing in a fd, however a) this is consistent with how other modules (e.g. uu) do it and b) of the 2 (!) uses of this module I found on Google Codesearch, both pass in filenames.

----------
components: Library (Lib)
messages: 120049
nosy: bbrazil
priority: normal
severity: normal
status: open
title: Fix fd leak in sunau
versions: Python 3.3

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


More information about the New-bugs-announce mailing list