Issue34080
Created on 2018-07-10 08:20 by serhiy.storchaka, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 8222 | merged | serhiy.storchaka, 2018-07-10 08:26 | |
| PR 8242 | closed | vstinner, 2018-07-11 09:24 | |
| PR 8256 | merged | miss-islington, 2018-07-11 21:18 | |
| PR 8257 | merged | miss-islington, 2018-07-11 21:19 | |
| PR 8258 | merged | miss-islington, 2018-07-11 21:20 | |
| Messages (7) | |||
|---|---|---|---|
| msg321367 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2018-07-10 08:20 | |
Merging PR 6517 for issue33305 exposed a leak in the compiler: https://buildbot.python.org/all/#/builders/1/builds/280 $ ./python -m test -R 3:3 test_compile test_grammar Run tests sequentially 0:00:00 load avg: 1.95 [1/2] test_compile beginning 6 repetitions 123456 ...... test_compile leaked [15, 16, 15] memory blocks, sum=46 0:00:14 load avg: 1.97 [2/2/1] test_grammar -- test_compile failed beginning 6 repetitions 123456 ...... test_grammar leaked [50, 50, 50] memory blocks, sum=150 test_grammar failed == Tests result: FAILURE == 2 tests failed: test_compile test_grammar Total duration: 15 sec 226 ms Tests result: FAILURE This branch was not common, but after issue33305 it has became more common and heavily tested. |
|||
| msg321419 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2018-07-11 09:25 | |
Related issue: bpo-34084. |
|||
| msg321500 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2018-07-11 21:18 | |
New changeset 993030aac576710a46b3dd0b4864f819d4a94145 by Victor Stinner (Serhiy Storchaka) in branch 'master': bpo-34080: Fix a memory leak in the compiler. (GH-8222) https://github.com/python/cpython/commit/993030aac576710a46b3dd0b4864f819d4a94145 |
|||
| msg321504 - (view) | Author: miss-islington (miss-islington) | Date: 2018-07-11 21:53 | |
New changeset a45fa39d85fc500d530d05d3ec7b36eb5d286f5e by Miss Islington (bot) in branch '2.7': bpo-34080: Fix a memory leak in the compiler. (GH-8222) https://github.com/python/cpython/commit/a45fa39d85fc500d530d05d3ec7b36eb5d286f5e |
|||
| msg321506 - (view) | Author: miss-islington (miss-islington) | Date: 2018-07-11 21:54 | |
New changeset 9beed0c36f4ce990ded095575ba3124e2264dbbe by Miss Islington (bot) in branch '3.7': bpo-34080: Fix a memory leak in the compiler. (GH-8222) https://github.com/python/cpython/commit/9beed0c36f4ce990ded095575ba3124e2264dbbe |
|||
| msg321507 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2018-07-11 22:05 | |
New changeset 3b06285d2b7963d9d06b60e85712d5ecc6540deb by Victor Stinner (Miss Islington (bot)) in branch '3.6': bpo-34080: Fix a memory leak in the compiler. (GH-8222) (GH-8257) https://github.com/python/cpython/commit/3b06285d2b7963d9d06b60e85712d5ecc6540deb |
|||
| msg321508 - (view) | Author: STINNER Victor (vstinner) * ![]() |
Date: 2018-07-11 22:06 | |
Thanks Serhiy for the fix! It seems that new tests helped to find a real bug ;-) |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:02 | admin | set | github: 78261 |
| 2018-07-11 22:06:11 | vstinner | set | status: open -> closed resolution: fixed messages: + msg321508 stage: patch review -> resolved |
| 2018-07-11 22:05:32 | vstinner | set | messages: + msg321507 |
| 2018-07-11 21:54:31 | miss-islington | set | messages: + msg321506 |
| 2018-07-11 21:53:20 | miss-islington | set | nosy:
+ miss-islington messages: + msg321504 |
| 2018-07-11 21:20:07 | miss-islington | set | pull_requests: + pull_request7791 |
| 2018-07-11 21:19:05 | miss-islington | set | pull_requests: + pull_request7790 |
| 2018-07-11 21:18:26 | miss-islington | set | pull_requests: + pull_request7789 |
| 2018-07-11 21:18:03 | vstinner | set | messages: + msg321500 |
| 2018-07-11 09:25:11 | vstinner | set | messages: + msg321419 |
| 2018-07-11 09:24:29 | vstinner | set | pull_requests: + pull_request7774 |
| 2018-07-10 08:27:06 | serhiy.storchaka | set | nosy:
+ vstinner |
| 2018-07-10 08:26:31 | serhiy.storchaka | set | keywords:
+ patch stage: patch review pull_requests: + pull_request7760 |
| 2018-07-10 08:20:42 | serhiy.storchaka | create | |
