[New-bugs-announce] [issue13133] FD leaks in ZipFile.read(), ZipFile.extract() and also using explicit arc_member.close()
Valery Khamenya
report at bugs.python.org
Sat Oct 8 20:48:55 CEST 2011
New submission from Valery Khamenya <khamenya at gmail.com>:
The attached file reproduces 3 types of FD leaks and leads to the error like:
IOError: [Errno 24] Too many open files: '/tmp/1019'
For example if executed with pypy.
----------
components: IO, Library (Lib)
files: zipfiletest.py
messages: 145182
nosy: Valery.Khamenya
priority: normal
severity: normal
status: open
title: FD leaks in ZipFile.read(), ZipFile.extract() and also using explicit arc_member.close()
type: resource usage
versions: Python 2.7
Added file: http://bugs.python.org/file23347/zipfiletest.py
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13133>
_______________________________________
More information about the New-bugs-announce
mailing list