STINNER Victor <vstin...@redhat.com> added the comment:
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 ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue37223> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com