New submission from Zac Hatfield-Dodds <zac.hatfield.do...@gmail.com>:

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 
:-/

----------
components: Interpreter Core
messages: 380053
nosy: Zac Hatfield-Dodds
priority: normal
severity: normal
status: open
title: SystemError in compile builtin function
versions: Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42218>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to