There was an error while loading. Please reload this page.
_CHECK_STACK_SPACE
1 parent ace2045 commit f385d99Copy full SHA for f385d99
3 files changed
Misc/NEWS.d/next/Core and Builtins/2024-06-19-01-58-54.gh-issue-120437.nCkIoI.rst
@@ -0,0 +1 @@
1
+Fix ``_CHECK_STACK_SPACE`` optimization problems introduced in :gh:`118322`.
Python/optimizer_bytecodes.c
@@ -601,7 +601,6 @@ dummy_func(void) {
601
(void)callable;
602
(void)self_or_null;
603
(void)args;
604
- first_valid_check_stack = NULL;
605
new_frame = NULL;
606
ctx->done = true;
607
}
Python/optimizer_cases.c.h
0 commit comments