New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>:
$ ./python -m test -v -m test.test_io.CBufferedReaderTest.test_garbage_collection test_io ... Warning -- files was modified by test_io Before: [] After: ['@test_18627_tmp'] test_io failed (env changed) $ ./python -m test -v -m test.test_io.CBufferedWriterTest.test_garbage_collection test_io ... Warning -- files was modified by test_io Before: [] After: ['@test_18654_tmp'] test_io failed (env changed) $ ./python -m test -v -m test.test_io.CBufferedWriterTest.test_truncate test_io ... Warning -- files was modified by test_io Before: [] After: ['@test_18663_tmp'] test_io failed (env changed) $ ./python -m test -v -m test.test_io.CBufferedWriterTest.test_truncate_after_write test_io ... Warning -- files was modified by test_io Before: [] After: ['@test_18666_tmp'] test_io failed (env changed) And the same for PyBufferedWriterTest, CBufferedRandomTest and PyBufferedRandomTest. ---------- messages: 318567 nosy: serhiy.storchaka priority: normal severity: normal status: open title: Leaked files in test_io _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue33760> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com