mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
GH-125515: Remove two unused error branches. (#133181)
Remove two unused error branches in the generated bytecode handling.
This commit is contained in:
parent
327f5ff9fa
commit
6c522debc2
3 changed files with 0 additions and 28 deletions
2
Python/opcode_targets.h
generated
2
Python/opcode_targets.h
generated
|
|
@ -260,8 +260,6 @@ static void *opcode_targets[256] = {
|
|||
#else /* Py_TAIL_CALL_INTERP */
|
||||
static py_tail_call_funcptr INSTRUCTION_TABLE[256];
|
||||
|
||||
Py_PRESERVE_NONE_CC static PyObject *_TAIL_CALL_pop_4_error(TAIL_CALL_PARAMS);
|
||||
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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue