[issue33760] Leaked files in test_io

2018-06-03 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed type: -> behavior ___ Python tracker ___ _

[issue33760] Leaked files in test_io

2018-06-03 Thread Ned Deily
Ned Deily added the comment: New changeset b02ceb57d23c26acab3a9f4c5b7d84d0ea0a by Ned Deily (Serhiy Storchaka) in branch '2.7': [2.7] bpo-33760: Fix file leaks in test_io. (GH-7361). (GH-7373) https://github.com/python/cpython/commit/b02ceb57d23c26acab3a9f4c5b7d84d0ea0a --

[issue33760] Leaked files in test_io

2018-06-03 Thread Ned Deily
Ned Deily added the comment: New changeset d18b13d36a22f93050a9d7cdfce594002f69236f by Ned Deily (Miss Islington (bot)) in branch '3.6': bpo-33760: Fix file leaks in test_io. (GH-7361) (GH-7372) https://github.com/python/cpython/commit/d18b13d36a22f93050a9d7cdfce594002f69236f -- __

[issue33760] Leaked files in test_io

2018-06-03 Thread Ned Deily
Ned Deily added the comment: New changeset 4d11fe7cad9e138423e16338c88908f24a55f1cf by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-33760: Fix file leaks in test_io. (GH-7361) (GH-7370) https://github.com/python/cpython/commit/4d11fe7cad9e138423e16338c88908f24a55f1cf -- __

[issue33760] Leaked files in test_io

2018-06-03 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +7000 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue33760] Leaked files in test_io

2018-06-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +6999 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33760] Leaked files in test_io

2018-06-03 Thread miss-islington
Change by miss-islington : -- pull_requests: +6997 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue33760] Leaked files in test_io

2018-06-03 Thread Ned Deily
Ned Deily added the comment: New changeset e36837cb71032ccfa713e75623b314f091dc22bb by Ned Deily (Serhiy Storchaka) in branch 'master': bpo-33760: Fix file leaks in test_io. (GH-7361) https://github.com/python/cpython/commit/e36837cb71032ccfa713e75623b314f091dc22bb -- nosy: +ned.dei

[issue33760] Leaked files in test_io

2018-06-03 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- components: +Tests stage: patch review -> versions: +Python 2.7, Python 3.6, Python 3.7, Python 3.8 ___ Python tracker ___

[issue33760] Leaked files in test_io

2018-06-03 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +6988 stage: -> patch review ___ Python tracker ___ ___ Python-bugs

[issue33760] Leaked files in test_io

2018-06-03 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : $ ./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.CBuffer