]> granicus.if.org Git - python/commit
verify the types of AST strings and identifiers (closes #12609 and #12610)
authorBenjamin Peterson <benjamin@python.org>
Fri, 22 Jul 2011 15:39:50 +0000 (10:39 -0500)
committerBenjamin Peterson <benjamin@python.org>
Fri, 22 Jul 2011 15:39:50 +0000 (10:39 -0500)
commit77820242dd465e12f6660ae701fb3520d784fd1f
treeb86bf097b24156d9deb145310a41576da6d59951
parent59c69512be98d887387f446a77ab39d1626dfd8a
verify the types of AST strings and identifiers (closes #12609 and #12610)
Lib/test/test_ast.py
Parser/asdl_c.py
Python/Python-ast.c