| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
|
Thanks @iritkatriel for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Sorry, something went wrong.
|
Sorry, @iritkatriel, I could not cleanly backport this to 3.11 due to a conflict. |
Sorry, something went wrong.
|
GH-99168 is a backport of this pull request to the 3.11 branch. |
Sorry, something went wrong.
…and except* (pythonGH-99160) (cherry picked from commit 61b6c40)
| Back | FazBrowse Home | New Git URL |
Fixes #99153.
I made it point to the try because we don't know which except or except* is incorrect.
% ./python.exe f.py File "/Users/iritkatriel/src/cpython-1/f.py", line 4 try: ^^^ SyntaxError: cannot have both 'except' and 'except*' on the same 'try'