]> granicus.if.org Git - python/commit
Merge from ast-arena. This reduces the code in Python/ast.c by ~300 lines,
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 17 Dec 2005 20:54:49 +0000 (20:54 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 17 Dec 2005 20:54:49 +0000 (20:54 +0000)
commitadb69fcdffdc50ee3e1d33b00cd874020197b445
tree9ea2ddcf5d0625a43739da1d5db7915ef597c8b1
parent23a695891069f619b5b992d877820558bb8dc70f
Merge from ast-arena.  This reduces the code in Python/ast.c by ~300 lines,
simplifies a lot of error handling code, and fixes many memory leaks.
16 files changed:
Include/Python-ast.h
Include/Python.h
Include/asdl.h
Include/ast.h
Include/compile.h
Include/pyarena.h [new file with mode: 0644]
Include/pythonrun.h
Makefile.pre.in
Parser/asdl_c.py
Python/Python-ast.c
Python/asdl.c
Python/ast.c
Python/compile.c
Python/import.c
Python/pyarena.c [new file with mode: 0644]
Python/pythonrun.c