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 ff75471 commit cda01d6Copy full SHA for cda01d6
Tools/cases_generator/tier1_generator.py
@@ -204,7 +204,7 @@ def generate_tier1_labels(
204
# Emit tail-callable labels as function defintions
205
for name, label in analysis.labels.items():
206
if name == 'stop_tracing':
207
- emitter.emit("#if _Py_TAIL_CALL_INTERP\n")
+ emitter.emit("#if _Py_TAIL_CALL_INTERP && !defined(_Py_TIER2)\n")
208
emitter.emit("Py_GCC_ATTRIBUTE((unused))\n")
209
emitter.emit("#endif\n")
210
emitter.emit(f"LABEL({name})\n")
0 commit comments