-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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 parsing pos only param with feature_version < (3, 8) #94997
Conversation
hauntsaninja
commented
Jul 19, 2022
•
edited by bedevere-bot
Loading
edited by bedevere-bot
- Issue: ast.parse allows positional-only params with old feature_version #94996
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.
LGTM!
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 could not cleanly backport this to |
… < (3, 8) (pythonGH-94997) (cherry picked from commit b5e3ea2) Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
GH-95931 is a backport of this pull request to the 3.11 branch. |
@hauntsaninja Are you backporting this to 3.10 or should I? |
I can backport it! |
… < (3, 8) (pythonGH-94997) (cherry picked from commit b5e3ea2)
…version < (3, 8) (pythonGH-94997). (cherry picked from commit b5e3ea2) Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>