gh-109179: Fix traceback display for SyntaxErrors with notes (#109197)

This commit is contained in:
Irit Katriel 2023-09-11 19:18:34 +01:00 committed by GitHub
parent de5f8f7d13
commit ecd21a629a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 30 additions and 30 deletions

View file

@ -0,0 +1 @@
Fix bug where the C traceback display drops notes from :exc:`SyntaxError`.