This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author SilentGhost
Recipients SilentGhost, alanmcintyre, serhiy.storchaka, twouters
Date 2015-12-04.22:36:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449268595.5.0.95531754857.issue25801@psf.upfronthosting.co.za>
In-reply-to
Content
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: unclosed file <_io.BufferedRandom name=4>
  for f in TemporaryFile(), TESTFN2:
.Lib/test/test_zipfile64.py:75: ResourceWarning: unclosed file <_io.BufferedRandom name=4>
  for f in TemporaryFile(), TESTFN2:
.
----------------------------------------------------------------------
Ran 4 tests in 356.228s

OK

Wasn't able to test with "-m test" even with -uall. Will try again tomorrow.
History
Date User Action Args
2015-12-04 22:36:35SilentGhostsetrecipients: + SilentGhost, twouters, alanmcintyre, serhiy.storchaka
2015-12-04 22:36:35SilentGhostsetmessageid: <1449268595.5.0.95531754857.issue25801@psf.upfronthosting.co.za>
2015-12-04 22:36:35SilentGhostlinkissue25801 messages
2015-12-04 22:36:35SilentGhostcreate