This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients Carl.Friedrich.Bolz, Julian, terry.reedy, vstinner
Date 2021-04-02.22:33:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617402836.79.0.857991881859.issue43154@roundup.psfhosted.org>
In-reply-to
Content
code.InteractiveInterpreter handles SyntaxErrors separately in showsyntaxerror rather than showtraceback.  The same problem arises with a bad excepthook in line 129.
History
Date User Action Args
2021-04-02 22:33:56terry.reedysetrecipients: + terry.reedy, vstinner, Carl.Friedrich.Bolz, Julian
2021-04-02 22:33:56terry.reedysetmessageid: <1617402836.79.0.857991881859.issue43154@roundup.psfhosted.org>
2021-04-02 22:33:56terry.reedylinkissue43154 messages
2021-04-02 22:33:56terry.reedycreate