mirror of
https://github.com/python/cpython.git
synced 2025-10-22 17:33:55 +00:00
[3.14] gh-137883: Check the recursion limit for specialized keyword argument calls (GH-137887) (#137945)
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
This commit is contained in:
parent
9fa74c57fe
commit
8b3f9ae2ca
5 changed files with 19 additions and 1 deletions
|
@ -4740,6 +4740,7 @@ dummy_func(
|
|||
unused/1 + // Skip over the counter
|
||||
_CHECK_PEP_523 +
|
||||
_CHECK_FUNCTION_VERSION_KW +
|
||||
_CHECK_RECURSION_REMAINING +
|
||||
_PY_FRAME_KW +
|
||||
_SAVE_RETURN_OFFSET +
|
||||
_PUSH_FRAME;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue