Skip to content

Commit

Permalink
[3.13] pythongh-120437: Fix _CHECK_STACK_SPACE optimization problem…
Browse files Browse the repository at this point in the history
…s introduced in pythongh-118322 (pythonGH-120712)

Co-authored-by: Ken Jin <[email protected]>
Signed-off-by: Manjusaka <[email protected]>
  • Loading branch information
Zheaoli and Fidget-Spinner committed Jun 19, 2024
1 parent bb5d194 commit d700fa7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix ``_CHECK_STACK_SPACE`` optimization problems introduced in :gh:`118322`.
1 change: 0 additions & 1 deletion Python/optimizer_bytecodes.c
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,6 @@ dummy_func(void) {
(void)callable;
(void)self_or_null;
(void)args;
first_valid_check_stack = NULL;
goto done;
}

Expand Down
1 change: 0 additions & 1 deletion Python/optimizer_cases.c.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d700fa7

Please sign in to comment.