gh-99153: set location on SyntaxError for try with both except and except* (GH-99160)

This commit is contained in:
Irit Katriel 2022-11-06 15:36:19 +00:00 committed by GitHub
parent d3b82b4463
commit 61b6c40b64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 16 additions and 5 deletions

View file

@ -0,0 +1 @@
Fix location of :exc:`SyntaxError` for a :keyword:`try` block with both :keyword:`except` and :keyword:`except* <except_star>`.