Skip to content

Commit 599de74

Browse files
committed
typo
1 parent 9ff6911 commit 599de74

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Python/compile.c

+2-3
Original file line numberDiff line numberDiff line change
@@ -8689,10 +8689,8 @@ makecode(struct compiler *c, struct assembler *a, PyObject *constslist,
86898689
return co;
86908690
}
86918691

8692-
#define VV 0
8693-
86948692
/* For debugging purposes only */
8695-
#if VV
8693+
#if 1
86968694
static void
86978695
dump_instr(struct instr *i)
86988696
{
@@ -10061,6 +10059,7 @@ translate_jump_labels_to_targets(basicblock *entryblock)
1006110059
}
1006210060

1006310061

10062+
#define VV 0
1006410063

1006510064
static int
1006610065
reduce_traffic_between_registers_and_stack(basicblock *b)

0 commit comments

Comments
 (0)