a new grammar. CID 715360
@ -45,7 +45,7 @@ PyGrammar_LabelRepr(label *lb)
else
return lb->lb_str;
}
else {
else if (lb->lb_type < N_TOKENS) {
if (lb->lb_str == NULL)
return _PyParser_TokenNames[lb->lb_type];
@ -54,4 +54,7 @@ PyGrammar_LabelRepr(label *lb)
return buf;
Py_FatalError("invalid label");