Uh oh!
There was an error while loading. Please reload this page.
gh-132744: Check recursion limit in _PY_FRAME_GENERAL - #132746
Conversation
markshannon
commented
Apr 29, 2025
Would it be better to add the |
Fidget-Spinner
commented
Apr 29, 2025
Done. |
Actually, those two instructions don't need to check stack space (they use the frame push that can fail, instead of the one that pushes without checks), they only need to check recursion remaining. So I split it into another uop to make things more efficient. |
Thanks @Fidget-Spinner for the PR, and @markshannon for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, @Fidget-Spinner and @markshannon, I could not cleanly backport this to |
serhiy-storchaka
commented
Aug 14, 2025
Reminder about backporting. @Fidget-Spinner@markshannon |
GH-138032 is a backport of this pull request to the 3.13 branch. |
Uh oh!
There was an error while loading. Please reload this page.