gh-134584: Eliminate redundant refcounting from _CALL_TUPLE_1 (GH-135860)

This commit is contained in:
Noam Cohen
2025-12-11 16:31:28 +02:00
committed by GitHub
parent 44d3dc6491
commit a78f43b001
11 changed files with 71 additions and 41 deletions
+1
View File
@@ -522,6 +522,7 @@ static py_tail_call_funcptr instruction_funcptr_handler_table[256];
static py_tail_call_funcptr instruction_funcptr_tracing_table[256];
Py_PRESERVE_NONE_CC static PyObject *_TAIL_CALL_pop_3_error(TAIL_CALL_PARAMS);
Py_PRESERVE_NONE_CC static PyObject *_TAIL_CALL_pop_2_error(TAIL_CALL_PARAMS);
Py_PRESERVE_NONE_CC static PyObject *_TAIL_CALL_pop_1_error(TAIL_CALL_PARAMS);
Py_PRESERVE_NONE_CC static PyObject *_TAIL_CALL_error(TAIL_CALL_PARAMS);