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 ab7527c commit 7e7b240Copy full SHA for 7e7b240
Python/ceval_macros.h
@@ -128,6 +128,7 @@
128
#else
129
# define TARGET(op) case op: TARGET_##op:
130
# define DISPATCH_GOTO() goto dispatch_opcode
131
+# define DISPATCH_GOTO_NON_TRACING() goto dispatch_opcode
132
# define JUMP_TO_LABEL(name) goto name;
133
# define JUMP_TO_PREDICTED(name) goto PREDICTED_##name;
134
# define LABEL(name) name:
0 commit comments