mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Correct debug printing code
This commit is contained in:
parent
3702284d2a
commit
cf7448bfa0
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ dumptree(g, n)
|
|||
else {
|
||||
label l;
|
||||
l.lb_type = TYPE(n);
|
||||
l.lb_str = TYPE(str);
|
||||
l.lb_str = STR(n);
|
||||
printf("%s", labelrepr(&l));
|
||||
if (ISNONTERMINAL(TYPE(n))) {
|
||||
printf("(");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue