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月19日 15:28 by vstinner, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 2455 | merged | vstinner, 2017年06月28日 00:00 | |
| PR 2456 | merged | vstinner, 2017年06月28日 00:17 | |
| Messages (5) | |||
|---|---|---|---|
| msg296350 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2017年06月19日 15:28 | |
haypo@selma$ ./python -m test -m test.test_code.CoExtra.test_free_different_thread -R 3:3 test_code Run tests sequentially test_code leaked [2, 1, 1] memory blocks, sum=4 The regression was introduced by the bpo-30604: commit 2997fec01ee7300c6d5940e6c55e4ccf9f56f1b5. |
|||
| msg296919 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2017年06月26日 16:54 | |
Ping Dino & Yury! test_code still leaks in 3.6 and master branches. |
|||
| msg297080 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2017年06月28日 00:12 | |
New changeset 23e7944eba1968bb8432fdc4cc96d4fdd2c1a230 by Victor Stinner in branch 'master': bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455) https://github.com/python/cpython/commit/23e7944eba1968bb8432fdc4cc96d4fdd2c1a230 |
|||
| msg297083 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2017年06月28日 00:28 | |
New changeset 26daad4ee14693381d84a5235709d22aed1c22ed by Victor Stinner in branch '3.6': bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455) (#2456) https://github.com/python/cpython/commit/26daad4ee14693381d84a5235709d22aed1c22ed |
|||
| msg297934 - (view) | Author: Ned Deily (ned.deily) * (Python committer) | Date: 2017年07月08日 04:51 | |
New changeset c794b643c9172d69afa46f85982befd82511d9df by Ned Deily (Victor Stinner) in branch '3.6': bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455) (#2456) https://github.com/python/cpython/commit/c794b643c9172d69afa46f85982befd82511d9df |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:47 | admin | set | github: 74889 |
| 2017年07月08日 04:51:40 | ned.deily | set | messages: + msg297934 |
| 2017年06月28日 00:32:06 | vstinner | set | status: open -> closed stage: resolved resolution: fixed versions: + Python 3.7 |
| 2017年06月28日 00:28:53 | vstinner | set | messages: + msg297083 |
| 2017年06月28日 00:17:10 | vstinner | set | pull_requests: + pull_request2513 |
| 2017年06月28日 00:12:03 | vstinner | set | messages: + msg297080 |
| 2017年06月28日 00:00:44 | vstinner | set | pull_requests: + pull_request2511 |
| 2017年06月26日 16:54:38 | vstinner | set | messages: + msg296919 |
| 2017年06月19日 15:28:11 | vstinner | create | |