[issue36447] test__xxsubinterpreters leaked regards and memory blocks

2019-03-27 Thread STINNER Victor
Change by STINNER Victor : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue36447] test__xxsubinterpreters leaked regards and memory blocks

2019-03-27 Thread STINNER Victor
STINNER Victor added the comment: New changeset 34ef64fe5947bd7e1b075c785fc1125c4e600cd4 by Victor Stinner (Pablo Galindo) in branch 'master': bpo-36447, bpo-36447: Fix refleak in _PySys_InitMain() (GH-12586) https://github.com/python/cpython/commit/34ef64fe5947bd7e1b075c785fc1125c4e600cd4

[issue36447] test__xxsubinterpreters leaked regards and memory blocks

2019-03-27 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- keywords: +patch pull_requests: +12528 stage: -> patch review ___ Python tracker ___ ___ Pytho

[issue36447] test__xxsubinterpreters leaked regards and memory blocks

2019-03-27 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: Bisecting shows that: 8b9dbc017a190d13f717e714630d620adb7c7ac2 is the first bad commit commit 8b9dbc017a190d13f717e714630d620adb7c7ac2 Author: Victor Stinner Date: Wed Mar 27 01:36:16 2019 +0100 bpo-36444: Remove _PyMainInterpreterConfig (GH-125

[issue36447] test__xxsubinterpreters leaked regards and memory blocks

2019-03-27 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- Removed message: https://bugs.python.org/msg338950 ___ Python tracker ___ ___ Python-bugs-list

[issue36447] test__xxsubinterpreters leaked regards and memory blocks

2019-03-27 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: I cannot reproduce with the current master: ❯ ./python -m test test__xxsubinterpreters -R : Run tests sequentially 0:00:00 load avg: 1.50 [1/1] test__xxsubinterpreters beginning 9 repetitions 123456789 . == Tests result: SUCCESS == 1 test OK.

[issue36447] test__xxsubinterpreters leaked regards and memory blocks

2019-03-27 Thread Karthikeyan Singaravelan
Change by Karthikeyan Singaravelan : -- nosy: +eric.snow, vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscr

[issue36447] test__xxsubinterpreters leaked regards and memory blocks

2019-03-27 Thread Pablo Galindo Salgado
New submission from Pablo Galindo Salgado : The buildbot x86 Gentoo Refleaks 3.x/546 had detected that test__xxxsubinterpreters is leaking references and blocks: test__xxsubinterpreters leaked [138, 138, 138] references, sum=414 test__xxsubinterpreters leaked [69, 69, 69] memory blocks, sum=20