This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2017年06月12日 08:59 by matrixise, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 2126 | merged | vstinner, 2017年06月12日 10:23 | |
| Messages (4) | |||
|---|---|---|---|
| msg295759 - (view) | Author: Stéphane Wirtel (matrixise) * (Python committer) | Date: 2017年06月12日 08:59 | |
./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 tests sequentially 0:00:00 load avg: 1.31 [1/1] test_c_locale_coercion beginning 6 repetitions 123456 ...... test_c_locale_coercion leaked [2, 2, 2] references, sum=6 test_c_locale_coercion failed 1 test failed: test_c_locale_coercion Total duration: 4 sec Tests result: FAILURE |
|||
| msg295760 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2017年06月12日 09:03 | |
Likely a leak in the implementation of the PEP 538, commit 6ea4186de32d65b1f1dc1533b6312b798d300466, bpo-28180. |
|||
| msg295907 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2017年06月13日 11:32 | |
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 |
|||
| msg295912 - (view) | Author: Alyssa Coghlan (ncoghlan) * (Python committer) | Date: 2017年06月13日 12:31 | |
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. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:47 | admin | set | github: 74820 |
| 2017年06月13日 12:54:59 | ncoghlan | link | issue28180 dependencies |
| 2017年06月13日 12:31:33 | ncoghlan | set | status: open -> closed type: behavior messages: + msg295912 resolution: fixed stage: resolved |
| 2017年06月13日 11:32:34 | ncoghlan | set | messages: + msg295907 |
| 2017年06月12日 10:23:26 | vstinner | set | pull_requests: + pull_request2180 |
| 2017年06月12日 09:03:16 | vstinner | set | nosy:
+ vstinner messages: + msg295760 |
| 2017年06月12日 09:01:22 | matrixise | set | nosy:
+ ncoghlan |
| 2017年06月12日 08:59:15 | matrixise | create | |