Uh oh!
There was an error while loading. Please reload this page.
bpo-35879: Fix type comment leaks - #11728
Conversation
gvanrossum
commented
Feb 1, 2019
Since this just fixes a bug introduced by yesterday's merge of GH-11645, I don't think we need a blurb. |
Echoes python/cpython#11728 (they were found by the CPython refleak detector, see https://bugs.python.org/issue35879).
pablogsal
left a comment
There was a problem hiding this comment.
LGTM!
Finally! I spent al leat 3 hours tracking this leak. How did you find that PyArena_AddPyObject was the missing piece?
pablogsal
commented
Feb 1, 2019
I have run the entire test suite with ref leaks activated and it succeeds. Here is ~/github/cpython remotes/upstream/fix-type-comment-leaks ✔ == Tests result: SUCCESS == 1 test OK. Total duration: 168 ms |
gvanrossum
commented
Feb 1, 2019
I kept reading the source, trying to understand how this was done for other fields. Finally I found that identifiers had the same pattern (a |
bedevere-bot
commented
Feb 2, 2019
|
pablogsal
commented
Feb 2, 2019
This failure is not related with this PR (is some broken pipe in multiprocessing). |
Echoes python/cpython#11728 (they were found by the CPython refleak detector, see https://bugs.python.org/issue35879).
Echoes python/cpython#11728 (they were found by the CPython refleak detector, see https://bugs.python.org/issue35879).
https://bugs.python.org/issue35879