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 vstinner
Recipients vstinner
Date 2019-06-12.02:14:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560305652.52.0.957110268185.issue37223@roundup.psfhosted.org>
In-reply-to
Content
Oh. There are still 3 errors in 2 tests:

test_writer_close_error_on_close (test.test_io.CBufferedRWPairTest) ... Exception ignored in: <_io.BufferedWriter>
Traceback (most recent call last):
  File "/home/vstinner/prog/python/master/Lib/unittest/case.py", line 611, in _callTestMethod
    method()
ValueError: flush of closed file
ok

test_destructor (test.test_io.CBufferedRandomTest) ... Exception ignored in: <_io.BufferedRWPair object at 0x7fc9d1c230b0>
Traceback (most recent call last):
  File "/home/vstinner/prog/python/master/Lib/test/support/__init__.py", line 1627, in gc_collect
    gc.collect()
ValueError: flush of closed file
Exception ignored in: <_io.BufferedWriter>
Traceback (most recent call last):
  File "/home/vstinner/prog/python/master/Lib/test/support/__init__.py", line 1627, in gc_collect
    gc.collect()
ValueError: flush of closed file
ok
History
Date User Action Args
2019-06-12 02:14:12vstinnersetrecipients: + vstinner
2019-06-12 02:14:12vstinnersetmessageid: <1560305652.52.0.957110268185.issue37223@roundup.psfhosted.org>
2019-06-12 02:14:12vstinnerlinkissue37223 messages
2019-06-12 02:14:12vstinnercreate