mirror of
https://github.com/python/cpython.git
synced 2026-05-06 04:37:33 -04:00
gh-134584: Eliminate redundant refcounting from _CALL_TUPLE_1 (GH-135860)
This commit is contained in:
Generated
+1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user