[issue25801] ResourceWarning in test_zipfile64

2016-02-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your patch SilentGhost. -- resolution: -> fixed stage: patch review -> resolved status: languishing -> closed type: -> resource usage versions: +Python 2.7, Python 3.5 ___ Python tracker

[issue25801] ResourceWarning in test_zipfile64

2016-02-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset baec3e2e1b1f by Serhiy Storchaka in branch '3.5': Issue #25801: Fixed resource warnings in test_zipfile64. https://hg.python.org/cpython/rev/baec3e2e1b1f New changeset 32051701a49d by Serhiy Storchaka in branch '2.7': Issue #25801: Fixed resource wa

[issue25801] ResourceWarning in test_zipfile64

2016-02-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue25801] ResourceWarning in test_zipfile64

2016-02-22 Thread SilentGhost
Changes by SilentGhost : -- status: open -> languishing ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue25801] ResourceWarning in test_zipfile64

2015-12-05 Thread Martin Panter
Martin Panter added the comment: Patch looks fine according to my limited understanding of the zipfile module. -- ___ Python tracker ___ _

[issue25801] ResourceWarning in test_zipfile64

2015-12-05 Thread SilentGhost
Changes by SilentGhost : -- keywords: +needs review -patch ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http

[issue25801] ResourceWarning in test_zipfile64

2015-12-05 Thread SilentGhost
SilentGhost added the comment: Thanks, Serhiy. Running the test with test module: ./python -m test -v test_zipfile64 doesn't produce the same warning. With this patch the warning is gone in command-line mode too. I haven't looked to verify that it's not an issue on 3.5 or earlier versions, bu

[issue25801] ResourceWarning in test_zipfile64

2015-12-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The purpose was to exclude it from run with -uall. It is norm if one or two test methods are needed the "largefile" flag. But if all methods in a test file create large files, running this test file becomes a pain. -- ___

[issue25801] ResourceWarning in test_zipfile64

2015-12-04 Thread Martin Panter
Martin Panter added the comment: It looks like it is disabled from the regular test suite on purpose: # XXX(nnorwitz): disable this test by looking for extra largfile [sic] resource # which doesn't exist. This test takes over 30 minutes to run in general # and requires more disk space than most

[issue25801] ResourceWarning in test_zipfile64

2015-12-04 Thread SilentGhost
New submission from SilentGhost: Running test_zipfile64 from command line (i.e., ./python Lib/test/test_zipfile64.py) I get two ResourceWarnings: ยป ./python Lib/test/test_zipfile64.py ..Lib/test/test_zipfile64.py:82: ResourceWarning: unclose