Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba2b6b commit 472d280Copy full SHA for 472d280
1 file changed
Python/peephole.c
@@ -66,7 +66,7 @@
66
const_stack_top = -1; \
67
} while(0)
68
69
-#define CONST_STACK_TOP(x) \
+#define CONST_STACK_TOP() \
70
const_stack[const_stack_top]
71
72
#define CONST_STACK_LASTN(i) \
0 commit comments