Skip to content

gh-137883: Check the recursion limit for specialized keyword argument calls #137887

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Aug 19, 2025

Conversation

ZeroIntensity
Copy link
Member

@ZeroIntensity ZeroIntensity commented Aug 17, 2025

Add missing _CHECK_RECURSION_REMAINING uop to the CALL_KW_PY macro.

@ZeroIntensity ZeroIntensity added 🔨 test-with-buildbots Test PR w/ buildbots; report in status section needs backport to 3.14 bugs and security fixes labels Aug 17, 2025
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @ZeroIntensity for commit ad7c942 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F137887%2Fmerge

If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Aug 17, 2025
Copy link
Member

@markshannon markshannon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing this.

@markshannon markshannon merged commit b07a267 into python:main Aug 19, 2025
147 checks passed
@miss-islington-app
Copy link

Thanks @ZeroIntensity for the PR, and @markshannon for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

@miss-islington-app
Copy link

Sorry, @ZeroIntensity and @markshannon, I could not cleanly backport this to 3.14 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker b07a267953b35f36f433b3078b2f6c89b95c72b9 3.14

@ZeroIntensity ZeroIntensity self-assigned this Aug 19, 2025
@ZeroIntensity ZeroIntensity deleted the gh-137883-kw-recursion-error branch August 19, 2025 10:07
ZeroIntensity added a commit to ZeroIntensity/cpython that referenced this pull request Aug 19, 2025
ZeroIntensity added a commit to ZeroIntensity/cpython that referenced this pull request Aug 19, 2025
…word argument calls (pythonGH-137887)

(cherry picked from commit b07a267)

Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
@bedevere-app
Copy link

bedevere-app bot commented Aug 19, 2025

GH-137945 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app bot removed the needs backport to 3.14 bugs and security fixes label Aug 19, 2025
Agent-Hellboy pushed a commit to Agent-Hellboy/cpython that referenced this pull request Aug 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants