]> granicus.if.org Git - python/commit
Issue #15291: Fix a memory leak where AST nodes where not properly deallocated.
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 8 Jul 2012 10:43:32 +0000 (12:43 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 8 Jul 2012 10:43:32 +0000 (12:43 +0200)
commit507507473e7a83e3380885965e6fd341d2961629
treef630b5b0c542f0b366ae1026526d56bc639403a3
parentbc07a5c9136c316383550ef38299792ab07eb167
Issue #15291: Fix a memory leak where AST nodes where not properly deallocated.
Misc/NEWS
Parser/asdl_c.py
Python/Python-ast.c