mirror of
https://github.com/python/cpython.git
synced 2025-07-15 23:35:23 +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;
|
||||
}
|
||||
|
||||
|
|
1
Python/optimizer_cases.c.h
generated
1
Python/optimizer_cases.c.h
generated
|
@ -1565,7 +1565,6 @@
|
|||
(void)callable;
|
||||
(void)self_or_null;
|
||||
(void)args;
|
||||
first_valid_check_stack = NULL;
|
||||
goto done;
|
||||
stack_pointer[-2 - oparg] = (_Py_UopsSymbol *)new_frame;
|
||||
stack_pointer += -1 - oparg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue