summaryrefslogtreecommitdiffstats
path: root/Python/optimizer_cases.c.h
diff options
context:
space:
mode:
authorBrandt Bucher <brandtbucher@microsoft.com>2024-05-28 19:45:11 (GMT)
committerGitHub <noreply@github.com>2024-05-28 19:45:11 (GMT)
commitcfcc054dee87a5a3f18c99d83a2957bf3487de1d (patch)
treeda9460af9efade22f122b64a20233392302c1b4a /Python/optimizer_cases.c.h
parentd87b0151062e36e67f9e42e1595fba5bf23a485c (diff)
downloadcpython-cfcc054dee87a5a3f18c99d83a2957bf3487de1d.zip
cpython-cfcc054dee87a5a3f18c99d83a2957bf3487de1d.tar.gz
cpython-cfcc054dee87a5a3f18c99d83a2957bf3487de1d.tar.bz2
GH-119476: Split _CHECK_FUNCTION_VERSION out of _CHECK_FUNCTION_EXACT_ARGS (GH-119510)
Diffstat (limited to 'Python/optimizer_cases.c.h')
-rw-r--r--Python/optimizer_cases.c.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/optimizer_cases.c.h b/Python/optimizer_cases.c.h
index 30ed011..4d5c803 100644
--- a/Python/optimizer_cases.c.h
+++ b/Python/optimizer_cases.c.h
@@ -1537,10 +1537,8 @@
_Py_UopsSymbol *callable;
self_or_null = stack_pointer[-1 - oparg];
callable = stack_pointer[-2 - oparg];
- uint32_t func_version = (uint32_t)this_instr->operand;
sym_set_type(callable, &PyFunction_Type);
(void)self_or_null;
- (void)func_version;
break;
}