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 Zac Hatfield-Dodds
Recipients Zac Hatfield-Dodds
Date 2020-10-31.11:16:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604143002.46.0.930999995617.issue42218@roundup.psfhosted.org>
In-reply-to
Content
In Python 3.9.0, running

    compile('A.\u018a\\ ', '<string>', 'single')

raises

    SystemError: <built-in function normalize> returned a result with an error set

This is obviously invalid syntax, but it would still be nice to raise SyntaxError for that and the SystemError may be symptomatic of a bug.  Unfortunately I have no insight to offer beyond this hand-minimised reproducer :-/
History
Date User Action Args
2020-10-31 11:16:42Zac Hatfield-Doddssetrecipients: + Zac Hatfield-Dodds
2020-10-31 11:16:42Zac Hatfield-Doddssetmessageid: <1604143002.46.0.930999995617.issue42218@roundup.psfhosted.org>
2020-10-31 11:16:42Zac Hatfield-Doddslinkissue42218 messages
2020-10-31 11:16:42Zac Hatfield-Doddscreate