-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
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
gh-137883: Check the recursion limit for specialized keyword argument calls #137887
Conversation
🤖 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. |
There was a problem hiding this 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.
Thanks @ZeroIntensity for the PR, and @markshannon for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Sorry, @ZeroIntensity and @markshannon, I could not cleanly backport this to
|
…gument calls (pythonGH-137887) (cherry picked from commit b07a267)
…word argument calls (pythonGH-137887) (cherry picked from commit b07a267) Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
GH-137945 is a backport of this pull request to the 3.14 branch. |
Add missing
_CHECK_RECURSION_REMAINING
uop to theCALL_KW_PY
macro.