New submission from Valery Khamenya <khame...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue13133> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com