gh-96587: Raise SyntaxError for PEP654 on older feature_version#96588
gh-96587: Raise SyntaxError for PEP654 on older feature_version#96588pablogsal merged 1 commit intopython:mainfrom
SyntaxError for PEP654 on older feature_version#96588Conversation
|
Thanks @sobolevn for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
|
Thanks @sobolevn for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
|
Sorry @sobolevn and @pablogsal, I had trouble checking out the |
|
Sorry, @sobolevn and @pablogsal, I could not cleanly backport this to |
|
@sobolevn Can you do the backports using cherry_picker? |
|
Yes, sure, but only for 3.11 |
Haha, yep, we are lucky you don't need to backport |
|
GH-96591 is a backport of this pull request to the 3.11 branch. |
…re_version` (pythonGH-96588). (cherry picked from commit 2c7d2e8) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
ast.parseresult forpython<3.11and PEP654 #96587