diff options
| author | shadchin <[email protected]> | 2026-05-07 07:27:37 +0300 |
|---|---|---|
| committer | shadchin <[email protected]> | 2026-05-07 07:57:26 +0300 |
| commit | cdd663c58847eced4c810b05edda251c70a10438 (patch) | |
| tree | 268b4bf9860a9c77564d93a803d7ecfedd3586cd /contrib/tools/python3/Python/generated_cases.c.h | |
| parent | b6f47db70a8a8e904e3f38bed557097ff00f0b3b (diff) | |
Update Python 3 to 3.13.13
commit_hash:526db1f6570443324e2690db042314848cd47d2e
Diffstat (limited to 'contrib/tools/python3/Python/generated_cases.c.h')
| -rw-r--r-- | contrib/tools/python3/Python/generated_cases.c.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/tools/python3/Python/generated_cases.c.h b/contrib/tools/python3/Python/generated_cases.c.h index d21499b2f57..ad49becdfca 100644 --- a/contrib/tools/python3/Python/generated_cases.c.h +++ b/contrib/tools/python3/Python/generated_cases.c.h @@ -1024,6 +1024,10 @@ { DEOPT_IF(tstate->interp->eval_frame, CALL); } + // _CHECK_RECURSION_REMAINING + { + DEOPT_IF(tstate->py_recursion_remaining <= 1, CALL); + } // _CHECK_METHOD_VERSION null = stack_pointer[-1 - oparg]; callable = stack_pointer[-2 - oparg]; @@ -1047,10 +1051,6 @@ Py_INCREF(method); Py_DECREF(callable); } - // _CHECK_RECURSION_REMAINING - { - DEOPT_IF(tstate->py_recursion_remaining <= 1, CALL); - } // _PY_FRAME_GENERAL args = &stack_pointer[-oparg]; self_or_null = self; |
