]> granicus.if.org Git - python/commit
type check AST strings and identifiers
authorBenjamin Peterson <benjamin@python.org>
Fri, 22 Jul 2011 15:50:23 +0000 (10:50 -0500)
committerBenjamin Peterson <benjamin@python.org>
Fri, 22 Jul 2011 15:50:23 +0000 (10:50 -0500)
commit2193d2b72bc942a0c0b489a9c2759a6aefbeecdf
tree76d553c58f5e909d09aef21e6131ec797e72c3d7
parent996f606787a7aba177f738157acd672b5821be4c
type check AST strings and identifiers

This is related to a21829180423 as well as #12609 and #12610.
Lib/test/test_ast.py
Misc/NEWS
Parser/asdl_c.py
Python/Python-ast.c