[issue38152] AST change introduced tons of reference leaks

2019-09-16 Thread STINNER Victor
STINNER Victor added the comment: commit 0247e80f3c529900689425676342cb70ea31a13d Author: Eddie Elizondo Date: Sat Sep 14 09:38:17 2019 -0400 Fix leaks in Python-ast.c (#16127) -- ___ Python tracker

[issue38152] AST change introduced tons of reference leaks

2019-09-14 Thread Ammar Askar
Change by Ammar Askar : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue38152] AST change introduced tons of reference leaks

2019-09-14 Thread Eddie Elizondo
Eddie Elizondo added the comment: The PR has been merged so the issue can be closed now -- ___ Python tracker ___ ___ Python-bugs-l

[issue38152] AST change introduced tons of reference leaks

2019-09-13 Thread Eddie Elizondo
Change by Eddie Elizondo : -- keywords: +patch pull_requests: +15738 stage: -> patch review pull_request: https://github.com/python/cpython/pull/16127 ___ Python tracker ___ _

[issue38152] AST change introduced tons of reference leaks

2019-09-13 Thread Eddie Elizondo
Eddie Elizondo added the comment: I have a fix for this coming up. -- nosy: +eelizondo ___ Python tracker ___ ___ Python-bugs-list

[issue38152] AST change introduced tons of reference leaks

2019-09-13 Thread Dino Viehland
Change by Dino Viehland : -- assignee: -> dino.viehland nosy: +dino.viehland ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue38152] AST change introduced tons of reference leaks

2019-09-13 Thread STINNER Victor
New submission from STINNER Victor : The following change introduced tons of reference leaks: commit ac46eb4ad6662cf6d771b20d8963658b2186c48c Author: Dino Viehland Date: Wed Sep 11 10:16:34 2019 -0700 bpo-38113: Update the Python-ast.c generator to PEP384 (gh-15957) Summary: Th