]> granicus.if.org Git - python/commit
Add sanity check to PyGrammar_LabelRepr() in order to catch invalid tokens when debugging
authorChristian Heimes <christian@cheimes.de>
Mon, 22 Jul 2013 08:30:14 +0000 (10:30 +0200)
committerChristian Heimes <christian@cheimes.de>
Mon, 22 Jul 2013 08:30:14 +0000 (10:30 +0200)
commit53d2dc4045f6793d166b2806d7726c45cdea74e4
treefa105ed32a04c595ddf311dd81ee400ff5535f5f
parent43d82df406114223c70961f0774d622536a0629d
Add sanity check to PyGrammar_LabelRepr() in order to catch invalid tokens when debugging
a new grammar.
CID 715360
Parser/grammar1.c