Skip to content

Commit f385d99

Browse files
gh-120437: Fix _CHECK_STACK_SPACE optimization problems introduced in gh-118322 (GH-120712)
Co-authored-by: Ken Jin <kenjin4096@gmail.com>
1 parent ace2045 commit f385d99

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`.

Diff for: Python/optimizer_bytecodes.c

-1
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,6 @@ dummy_func(void) {
601601
(void)callable;
602602
(void)self_or_null;
603603
(void)args;
604-
first_valid_check_stack = NULL;
605604
new_frame = NULL;
606605
ctx->done = true;
607606
}

Diff for: 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)