8000 [3.13] gh-120437: Fix `_CHECK_STACK_SPACE` optimization problems int… · python/cpython@ae04b6f · GitHub
[go: up one dir, main page]

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 <me@manjusaka.me> Co-authored-by: Ken Jin <kenjin4096@gmail.com>
1 parent bb5d194 commit ae04b6f

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed
Lines changed: 1 addition & 0 deletions
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

Lines changed: 0 additions & 1 deletion
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

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)