gh-137883: Check the recursion limit for specialized keyword argument calls (GH-137887)

This commit is contained in:
Peter Bierma 2025-08-19 04:53:38 -04:00 committed by GitHub
parent bb75dec87f
commit b07a267953
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 19 additions and 1 deletions

View file

@ -4721,6 +4721,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;