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 2019年09月13日 09:22 by vstinner, last changed 2022年04月11日 14:59 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg352250 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2019年09月13日 09:22 | |
https://buildbot.python.org/all/#/builders/1/builds/712 Python 3.8 is not affected, only the master branch. See also bpo-38150. vstinner@apu$ ./python -m test test_types -R 3:3 -m test.test_types.CoroutineTests.test_duck_gen Run tests sequentially 0:00:00 load avg: 0.89 [1/1] test_types beginning 6 repetitions 123456 ...... test_types leaked [7, 7, 7] references, sum=21 test_types failed == Tests result: FAILURE == 1 test failed: test_types Total duration: 472 ms Tests result: FAILURE |
|||
| msg352260 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2019年09月13日 09:38 | |
I opened bpo-38152 since much more tests are affected, not only test_types. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:59:20 | admin | set | github: 82332 |
| 2019年09月13日 09:38:56 | vstinner | set | status: open -> closed superseder: AST change introduced tons of reference leaks messages: + msg352260 resolution: duplicate stage: resolved |
| 2019年09月13日 09:22:43 | vstinner | create | |