mirror of
https://github.com/python/cpython.git
synced 2026-05-07 05:01:13 -04:00
gh-120437: Fix _CHECK_STACK_SPACE optimization problems introduced in gh-118322 (GH-120712)
Co-authored-by: Ken Jin <kenjin4096@gmail.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user