mirror of
https://github.com/python/cpython.git
synced 2025-08-27 04:05:34 +00:00
[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>
This commit is contained in:
parent
bb5d19440b
commit
ae04b6f636
3 changed files with 1 additions and 2 deletions
|
@ -634,7 +634,6 @@ dummy_func(void) {
|
|||
(void)callable;
|
||||
(void)self_or_null;
|
||||
(void)args;
|
||||
first_valid_check_stack = NULL;
|
||||
goto done;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue