]> granicus.if.org Git - python/commit
Generate code to recursively copy an AST into
authorMartin v. Löwis <martin@v.loewis.de>
Sun, 26 Feb 2006 19:42:26 +0000 (19:42 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Sun, 26 Feb 2006 19:42:26 +0000 (19:42 +0000)
commitbd260da900b5c5f16e5c61f6795d08171b33e0f8
tree0880faf7b6da37250984d1a0e6e6c5a0faa25f06
parent23b0dc50535d7eaf2f322b04da7a7f86815fcc8f
Generate code to recursively copy an AST into
a tree of Python objects. Expose this through compile().
Include/Python-ast.h
Include/pythonrun.h
Lib/test/test_ast.py [new file with mode: 0644]
Misc/NEWS
Parser/asdl_c.py
Python/Python-ast.c
Python/bltinmodule.c
Python/pythonrun.c