Skip to content

Commit

Permalink
pythongh-120437: fix _CHECK_STACK_SPACE invalid after pythongh-118322
Browse files Browse the repository at this point in the history
Co-Authored-By: Ken Jin <kenjin@python.org>
Signed-off-by: Manjusaka <me@manjusaka.me>
  • Loading branch information
Zheaoli and Fidget-Spinner committed Jun 19, 2024
1 parent eaaf699 commit dff937b
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 invalid after 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 dff937b

Please sign in to comment.