summaryrefslogtreecommitdiffstats
path: root/Python/generated_cases.c.h
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2025-04-30 22:21:57 (GMT)
committerGitHub <noreply@github.com>2025-04-30 22:21:57 (GMT)
commit6c522debc218d441756bf631abe8ec8d6c6f1c45 (patch)
tree0daf2e4e8170cf086f7a2326b8713bf3dbaa9e26 /Python/generated_cases.c.h
parent327f5ff9fa4291e66079c61c77b273cb953c302f (diff)
downloadcpython-6c522debc218d441756bf631abe8ec8d6c6f1c45.zip
cpython-6c522debc218d441756bf631abe8ec8d6c6f1c45.tar.gz
cpython-6c522debc218d441756bf631abe8ec8d6c6f1c45.tar.bz2
GH-125515: Remove two unused error branches. (#133181)
Remove two unused error branches in the generated bytecode handling.
Diffstat (limited to 'Python/generated_cases.c.h')
-rw-r--r--Python/generated_cases.c.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/Python/generated_cases.c.h b/Python/generated_cases.c.h
index 89bfc06..6841fbc 100644
--- a/Python/generated_cases.c.h
+++ b/Python/generated_cases.c.h
@@ -12230,20 +12230,6 @@ JUMP_TO_LABEL(error);
#endif /* Py_TAIL_CALL_INTERP */
/* BEGIN LABELS */
- LABEL(pop_4_error)
- {
- stack_pointer -= 4;
- assert(WITHIN_STACK_BOUNDS());
- JUMP_TO_LABEL(error);
- }
-
- LABEL(pop_3_error)
- {
- stack_pointer -= 3;
- assert(WITHIN_STACK_BOUNDS());
- JUMP_TO_LABEL(error);
- }
-
LABEL(pop_2_error)
{
stack_pointer -= 2;