]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fixed #4067 by implementing _attributes and _fields for the AST root node.
authorArmin Ronacher <armin.ronacher@active-4.com>
Sun, 19 Oct 2008 08:27:43 +0000 (08:27 +0000)
committerArmin Ronacher <armin.ronacher@active-4.com>
Sun, 19 Oct 2008 08:27:43 +0000 (08:27 +0000)
commit35e01fbeaab6a1d7ce63b974677b823a7e3228ff
tree760a527d869ee9821d66b68f3ba403b088cab041
parent92b70bcc6e469e001616fadc5f7be125a90b6c63
Fixed #4067 by implementing _attributes and _fields for the AST root node.
Parser/asdl_c.py
Python/Python-ast.c