summaryrefslogtreecommitdiffstats
path: root/Python/generated_cases.c.h
diff options
context:
space:
mode:
authorBrandt Bucher <brandtbucher@microsoft.com>2024-08-12 19:39:31 (GMT)
committerGitHub <noreply@github.com>2024-08-12 19:39:31 (GMT)
commit9621a7d0170bf1ec48bcfc35825007cdf75265ea (patch)
tree354b055c106043806da2b10b9cf144aa98ded0de /Python/generated_cases.c.h
parent503af8fe9a93ea6bc5bdfc76eb56b106a47c7292 (diff)
downloadcpython-9621a7d0170bf1ec48bcfc35825007cdf75265ea.zip
cpython-9621a7d0170bf1ec48bcfc35825007cdf75265ea.tar.gz
cpython-9621a7d0170bf1ec48bcfc35825007cdf75265ea.tar.bz2
GH-118093: Handle some polymorphism before requiring progress in tier two (GH-122843)
Diffstat (limited to 'Python/generated_cases.c.h')
-rw-r--r--Python/generated_cases.c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/generated_cases.c.h b/Python/generated_cases.c.h
index 11ebd25..ef00f6f 100644
--- a/Python/generated_cases.c.h
+++ b/Python/generated_cases.c.h
@@ -4259,7 +4259,7 @@
start--;
}
_PyExecutorObject *executor;
- int optimized = _PyOptimizer_Optimize(frame, start, stack_pointer, &executor);
+ int optimized = _PyOptimizer_Optimize(frame, start, stack_pointer, &executor, 0);
if (optimized < 0) goto error;
if (optimized) {
assert(tstate->previous_executor == NULL);