Skip to content

Commit ae04b6f

Browse files
[3.13] gh-120437: Fix _CHECK_STACK_SPACE optimization problems introduced in gh-118322 (GH-120712) (#120747)
[3.13] gh-120437: Fix `_CHECK_STACK_SPACE` optimization problems introduced in gh-118322 (GH-120712) Signed-off-by: Manjusaka <[email protected]> Co-authored-by: Ken Jin <[email protected]>
1 parent bb5d194 commit ae04b6f

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Fix ``_CHECK_STACK_SPACE`` optimization problems introduced in :gh:`118322`.

Python/optimizer_bytecodes.c

-1
Original file line numberDiff line numberDiff line change
@@ -634,7 +634,6 @@ dummy_func(void) {
634634
(void)callable;
635635
(void)self_or_null;
636636
(void)args;
637-
first_valid_check_stack = NULL;
638637
goto done;
639638
}
640639

Python/optimizer_cases.c.h

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)