]> 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:45 +0000 (10:30 +0200)
committerChristian Heimes <christian@cheimes.de>
Mon, 22 Jul 2013 08:30:45 +0000 (10:30 +0200)
commit826b754e3249a82b2d33208a907ae0340390e450
treed592f51805587a9a9cd023a226948a2e8bdbe204
parent3a8573230c0d5b42e3f66ea604fdb86cafeb6366
parent53d2dc4045f6793d166b2806d7726c45cdea74e4
Add sanity check to PyGrammar_LabelRepr() in order to catch invalid tokens when debugging
a new grammar.
CID 715360
Parser/grammar1.c