[issue21610] load_module not closing opened files

2015-03-10 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- nosy: +berker.peksag stage: - patch review ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21610 ___

[issue21610] load_module not closing opened files

2015-03-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5a5d4073d46a by Benjamin Peterson in branch '2.7': close files explicit (closes #21610) https://hg.python.org/cpython/rev/5a5d4073d46a -- nosy: +python-dev resolution: - fixed stage: patch review - resolved status: open - closed

[issue21610] load_module not closing opened files

2015-03-09 Thread mattip
mattip added the comment: ping -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21610 ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue21610] load_module not closing opened files

2014-05-30 Thread Brett Cannon
Brett Cannon added the comment: I don't have a Python 2.7 repo handy but the patch LGTM. -- nosy: +brett.cannon ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21610 ___

[issue21610] load_module not closing opened files

2014-05-29 Thread mattip
New submission from mattip: imputil and modulefinder are opening files but not actively closing them. This causes problems for pypy and is not clean. -- components: Library (Lib) files: close_fp_2.7.patch keywords: patch messages: 219367 nosy: mattip priority: normal severity: normal

[issue21610] load_module not closing opened files

2014-05-29 Thread mattip
mattip added the comment: the issue has already been fixed on HEAD but not backported to 2.7 -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21610 ___