-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
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-94996: Disallow lambda pos only with feature_version < (3, 8) #95934
Conversation
hauntsaninja
commented
Aug 12, 2022
•
edited by bedevere-bot
Loading
edited by bedevere-bot
- Issue: ast.parse allows positional-only params with old feature_version #94996
Thanks @hauntsaninja for the PR, and @lysnikolaou for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Sorry @hauntsaninja and @lysnikolaou, I had trouble checking out the |
Sorry, @hauntsaninja and @lysnikolaou, I could not cleanly backport this to |
I can do the backports again! |
…ersion < (3, 8) (pythonGH-95934) (cherry picked from commit a965db3) Co-authored-by: Shantanu <[email protected]>
GH-95936 is a backport of this pull request to the 3.11 branch. |
…ersion < (3, 8) (pythonGH-95934). (cherry picked from commit a965db3) Co-authored-by: Shantanu <[email protected]>
GH-95938 is a backport of this pull request to the 3.10 branch. |
… < (3, 8) (GH-95934) (GH-95936) (cherry picked from commit a965db3) Co-authored-by: Shantanu <[email protected]> Automerge-Triggered-By: GH:lysnikolaou
… < (3, 8) (GH-95934) (GH-95938) (cherry picked from commit a965db3) Co-authored-by: Shantanu <[email protected]> Automerge-Triggered-By: GH:lysnikolaou