]> granicus.if.org Git - python/commit
Patch #2511: Give the "excepthandler" AST item proper attributes by making it a Sum.
authorGeorg Brandl <georg@python.org>
Sun, 30 Mar 2008 06:40:17 +0000 (06:40 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 30 Mar 2008 06:40:17 +0000 (06:40 +0000)
commita48f3ab8951fa97844f2a4fa368483af968b7b73
tree59349d2cbbcb23204391adcd8c1a37896d2ab16e
parentc15317efcd21015a2e076eb0413043c74d84056f
Patch #2511: Give the "excepthandler" AST item proper attributes by making it a Sum.
Include/Python-ast.h
Parser/Python.asdl
Python/Python-ast.c
Python/ast.c
Python/compile.c
Python/symtable.c