[issue37261] test_io leaks references on AMD64 Fedora Rawhide Refleaks 3.8

2019-06-14 Thread miss-islington
miss-islington added the comment: New changeset 3b976d19c8c09e83eec63a5b62daf4d55bfd6aeb by Miss Islington (bot) in branch '3.8': bpo-37261: Document sys.unraisablehook corner cases (GH-14059) https://github.com/python/cpython/commit/3b976d19c8c09e83eec63a5b62daf4d55bfd6aeb --

[issue37261] test_io leaks references on AMD64 Fedora Rawhide Refleaks 3.8

2019-06-14 Thread STINNER Victor
STINNER Victor added the comment: New changeset 212646cae6b7c4ddc8d98c8b9b6d39a5f259e864 by Victor Stinner in branch 'master': bpo-37261: Document sys.unraisablehook corner cases (GH-14059) https://github.com/python/cpython/commit/212646cae6b7c4ddc8d98c8b9b6d39a5f259e864 -- ___

[issue37261] test_io leaks references on AMD64 Fedora Rawhide Refleaks 3.8

2019-06-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +13945 pull_request: https://github.com/python/cpython/pull/14089 ___ Python tracker ___ __

[issue37261] test_io leaks references on AMD64 Fedora Rawhide Refleaks 3.8

2019-06-13 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +13921 pull_request: https://github.com/python/cpython/pull/14059 ___ Python tracker ___ __

[issue37261] test_io leaks references on AMD64 Fedora Rawhide Refleaks 3.8

2019-06-13 Thread STINNER Victor
STINNER Victor added the comment: I tested manually "./python -m test test_io -m CBufferedRWPairTest -R 3:3": it failed before the fix, it now pass on 3.8 and master with the fix. I close the issue. Enjoy resurrected objects... -- resolution: -> fixed stage: patch review -> resolve

[issue37261] test_io leaks references on AMD64 Fedora Rawhide Refleaks 3.8

2019-06-13 Thread miss-islington
miss-islington added the comment: New changeset b4f5b212535e75503fc33513676837089037bb48 by Miss Islington (bot) in branch '3.8': bpo-37261: Fix support.catch_unraisable_exception() (GH-14052) https://github.com/python/cpython/commit/b4f5b212535e75503fc33513676837089037bb48 -- nosy:

[issue37261] test_io leaks references on AMD64 Fedora Rawhide Refleaks 3.8

2019-06-13 Thread miss-islington
Change by miss-islington : -- pull_requests: +13918 pull_request: https://github.com/python/cpython/pull/14056 ___ Python tracker ___ __

[issue37261] test_io leaks references on AMD64 Fedora Rawhide Refleaks 3.8

2019-06-13 Thread STINNER Victor
STINNER Victor added the comment: New changeset 6d22cc8e90ccb1e1965b1a4bc79456e2cc1e5a3e by Victor Stinner in branch 'master': bpo-37261: Fix support.catch_unraisable_exception() (GH-14052) https://github.com/python/cpython/commit/6d22cc8e90ccb1e1965b1a4bc79456e2cc1e5a3e -- ___

[issue37261] test_io leaks references on AMD64 Fedora Rawhide Refleaks 3.8

2019-06-13 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +13914 stage: -> patch review pull_request: https://github.com/python/cpython/pull/14052 ___ Python tracker ___ _

[issue37261] test_io leaks references on AMD64 Fedora Rawhide Refleaks 3.8

2019-06-12 Thread STINNER Victor
STINNER Victor added the comment: gdb traceback on "del self.unraisable": (gdb) where #0 _PyErr_WriteUnraisableDefaultHook ( args=(, ValueError('flush of closed file',), , None, <_io.BufferedWriter at remote 0x7fffe9bcb890>)) at Python/errors.c:1294 #1 0x005726ec in sys_unraisa

[issue37261] test_io leaks references on AMD64 Fedora Rawhide Refleaks 3.8

2019-06-12 Thread STINNER Victor
New submission from STINNER Victor : test_io leaks references on AMD64 Fedora Rawhide Refleaks 3.8: https://buildbot.python.org/all/#/builders/229/builds/10 test_io leaked [23208, 23204, 23208] references, sum=69620 test_io leaked [7657, 7655, 7657] memory blocks, sum=22969 The issue has been