[issue14084] test_imp resource leak

2012-02-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset cbfd2bf80db0 by Antoine Pitrou in branch '3.2': Issue #14084: Fix a file descriptor leak when importing a module with a bad encoding. http://hg.python.org/cpython/rev/cbfd2bf80db0 New changeset fcd0a67e708e by Antoine Pitrou in branch 'default': I

[issue14084] test_imp resource leak

2012-02-22 Thread Antoine Pitrou
Antoine Pitrou added the comment: Should be fixed now. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue14084] test_imp resource leak

2012-02-22 Thread Antoine Pitrou
Antoine Pitrou added the comment: Both test_issue9319 and test_find_module_encoding seem to leak file descriptors. -- priority: normal -> high stage: -> needs patch versions: +Python 3.2 ___ Python tracker __

[issue14084] test_imp resource leak

2012-02-22 Thread Stefan Krah
Changes by Stefan Krah : -- type: behavior -> resource usage ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue14084] test_imp resource leak

2012-02-22 Thread Stefan Krah
New submission from Stefan Krah : I tried to reproduce the failure from #14080 using this: ./python -m test -uall -v -F test_imp After around 500 iterations the test fails: == ERROR: test_find_module_encoding (test.test_imp.