[issue30635] Leak in test_c_locale_coercion

2017-06-13 Thread Nick Coghlan
Nick Coghlan added the comment: Technically a false alarm due to an unintended caching side effect in the test case. Victor fixed it by moving the list creation to the module setup fixture, so it only runs once, even when hunting refleaks. -- resolution: -> fixed stage: -> resolved

[issue30635] Leak in test_c_locale_coercion

2017-06-13 Thread Nick Coghlan
Nick Coghlan added the comment: New changeset 023564bf7d95f8e6a4b790491811e75ce497a071 by Nick Coghlan (Victor Stinner) in branch 'master': bpo-30635: Fix refleak in test_c_locale_coercion (#2126) https://github.com/python/cpython/commit/023564bf7d95f8e6a4b790491811e75ce497a071 --

[issue30635] Leak in test_c_locale_coercion

2017-06-12 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +2180 ___ Python tracker ___ ___

[issue30635] Leak in test_c_locale_coercion

2017-06-12 Thread STINNER Victor
STINNER Victor added the comment: Likely a leak in the implementation of the PEP 538, commit 6ea4186de32d65b1f1dc1533b6312b798d300466, bpo-28180. -- nosy: +haypo ___ Python tracker

[issue30635] Leak in test_c_locale_coercion

2017-06-12 Thread Stéphane Wirtel
New submission from Stéphane Wirtel: ./python -m test -R 3:3 test_c_locale_coercion -m test_external_target_locale_configuration Mon 12 Jun 2017 10:57:14 AM CEST Run

[issue30635] Leak in test_c_locale_coercion

2017-06-12 Thread Stéphane Wirtel
Changes by Stéphane Wirtel : -- nosy: +ncoghlan ___ Python tracker ___ ___