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: 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.

----------
components: Tests
messages: 255890
nosy: SilentGhost, alanmcintyre, serhiy.storchaka, twouters
priority: normal
severity: normal
status: open
title: ResourceWarning in test_zipfile64
versions: Python 3.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25801>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to