[issue25645] Reference leak in test_capi, on "import _pickle" in a subinterpreter

2015-11-17 Thread STINNER Victor
STINNER Victor added the comment: > The patch LGTM. Thank you Victor. Thanks for the review Serhiy. -- ___ Python tracker ___ ___ Pyt

[issue25645] Reference leak in test_capi, on "import _pickle" in a subinterpreter

2015-11-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7adc1d24d05b by Victor Stinner in branch 'default': Closes #25645: Fix a reference leak introduced by change bc5894a3a0e6 of the https://hg.python.org/cpython/rev/7adc1d24d05b -- nosy: +python-dev resolution: -> fixed stage: -> resolved st

[issue25645] Reference leak in test_capi, on "import _pickle" in a subinterpreter

2015-11-17 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: The patch LGTM. Thank you Victor. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue25645] Reference leak in test_capi, on "import _pickle" in a subinterpreter

2015-11-17 Thread STINNER Victor
Changes by STINNER Victor : Added file: http://bugs.python.org/file41061/test_leak.py ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue25645] Reference leak in test_capi, on "import _pickle" in a subinterpreter

2015-11-17 Thread STINNER Victor
New submission from STINNER Victor: """ [Python-checkins] Daily reference leaks (97e2a6810f7f): sum=10 results for 97e2a6810f7f on branch "default" test_asyncio leaked [0, 0, 3] memory blocks, sum=3 test_capi leaked [1, 1, 1] referenc