Skip to content

Commit

Permalink
gh-120437: Fix _CHECK_STACK_SPACE optimization problems introduced in
Browse files Browse the repository at this point in the history
gh-118322 (GH-120712)


Co-authored-by: Ken Jin <kenjin4096@gmail.com>
  • Loading branch information
Zheaoli and Fidget-Spinner authored Jun 19, 2024
1 parent ace2045 commit f385d99
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 @@ -601,7 +601,6 @@ dummy_func(void) {
(void)callable;
(void)self_or_null;
(void)args;
first_valid_check_stack = NULL;
new_frame = NULL;
ctx->done = true;
}
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 f385d99

Please sign in to comment.