]> granicus.if.org Git - python/commit
Properly check for consistency with the third argument of
authorGeorg Brandl <georg@python.org>
Sat, 29 Mar 2008 13:24:23 +0000 (13:24 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 29 Mar 2008 13:24:23 +0000 (13:24 +0000)
commitf2bfd54d6f2acde253ae24805edf116c372bd81e
tree30964d80bd483e0c2a18b7e80638883cc52ad565
parentea13dc629caed2dd44b1ba5b611e1ba2ac1fd96f
Properly check for consistency with the third argument of
compile() when compiling an AST node.
Include/Python-ast.h
Lib/test/test_compile.py
Parser/asdl_c.py
Python/Python-ast.c
Python/bltinmodule.c