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 aroberge
Recipients aroberge, terry.reedy
Date 2021-06-21.09:24:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624267486.3.0.0938554448414.issue43476@roundup.psfhosted.org>
In-reply-to
Content
Unless I am mistaken, when compiling the code, both SyntaxError and OverflowError instances are caught at the same stage, and likely passed on to showsyntaxerror.  For OverflowError, e.args is not normally a tuple but a string, and *e.args[1] would raise an exception.
History
Date User Action Args
2021-06-21 09:24:46arobergesetrecipients: + aroberge, terry.reedy
2021-06-21 09:24:46arobergesetmessageid: <1624267486.3.0.0938554448414.issue43476@roundup.psfhosted.org>
2021-06-21 09:24:46arobergelinkissue43476 messages
2021-06-21 09:24:46arobergecreate