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 440ad03 commit 9cc7999Copy full SHA for 9cc7999
1 file changed
Python/ceval_macros.h
@@ -88,7 +88,6 @@
88
# define DISPATCH_TABLE instruction_funcptr_handler_table
89
# define TRACING_DISPATCH_TABLE instruction_funcptr_tracing_table
90
# define TARGET(op) Py_PRESERVE_NONE_CC PyObject *_TAIL_CALL_##op(TAIL_CALL_PARAMS)
91
-# define TRACING_TARGET(op) Py_PRESERVE_NONE_CC PyObject *_TAIL_CALL_TRACING_##op(TAIL_CALL_PARAMS)
92
93
# define DISPATCH_GOTO() \
94
do { \
@@ -119,7 +118,6 @@
119
118
# define DISPATCH_TABLE opcode_targets_table
120
# define TRACING_DISPATCH_TABLE opcode_tracing_targets_table
121
# define TARGET(op) TARGET_##op:
122
-# define TRACING_TARGET(op) TARGET_TRACING_##op:
123
# define DISPATCH_GOTO() goto *opcode_targets[opcode]
124
# define DISPATCH_GOTO_NON_TRACING() goto *DISPATCH_TABLE[opcode];
125
# define JUMP_TO_LABEL(name) goto name;
0 commit comments