-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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-115881: Ensure ast.parse()
parses conditional context managers even with low feature_version
passed
#115920
gh-115881: Ensure ast.parse()
parses conditional context managers even with low feature_version
passed
#115920
Conversation
…ld feature_version (python#94950)" This reverts commit 0daba82.
…s://github.com/AlexWaygood/cpython into parenthesized-context-managers-feature-version
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.
Thank you!
Thanks @AlexWaygood for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, @AlexWaygood, I could not cleanly backport this to
|
Sorry, @AlexWaygood, I could not cleanly backport this to
|
…gers even with low `feature_version` passed (python#115920)
GH-115959 is a backport of this pull request to the 3.12 branch. |
…gers even with low `feature_version` passed (python#115920)
GH-115960 is a backport of this pull request to the 3.11 branch. |
…gers even with low `feature_version` passed (python#115920)
…gers even with low `feature_version` passed (python#115920)
…gers even with low `feature_version` passed (python#115920)
ast.parse()
believes valid context manager py38 syntax to be invalid whenfeature_version=(3, 8)
is passed #115881