]> granicus.if.org Git - python/commit
Last batch of ref leaks in new AST code.
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 19 Nov 2005 23:58:29 +0000 (23:58 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 19 Nov 2005 23:58:29 +0000 (23:58 +0000)
commit4737b2348b197d21deffbf12ff23488918e9b9d4
tree9c29fa5ebd3a8ac795553617ce4456c83c18a578
parent5040fee5c13cf0a795d5324de959aaf8c24c5116
Last batch of ref leaks in new AST code.
Also converted a bunch of assert(0) to SystemError's.

There are still printfs, etc that need to be cleaned up.
Python/compile.c
Python/symtable.c