-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
bpo-37947: Adjust correctly the recursion level in symtable for named expressions #15499
Conversation
This is a fix also part of https://bugs.python.org/issue37954. I will merge it to fix the reference leak for unblocking the upcoming beta release. |
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
I'm having trouble backporting to |
Thanks @pablogsal for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8. |
Sorry @pablogsal, I had trouble checking out the |
GH-15515 is a backport of this pull request to the 3.8 branch. |
… named expressions (pythonGH-15499) (cherry picked from commit 0e4ea16) Co-authored-by: Pablo Galindo <[email protected]>
… named expressions (GH-15499) (GH-15515) (cherry picked from commit 0e4ea16) Co-authored-by: Pablo Galindo <[email protected]>
https://bugs.python.org/issue37947