Eric V. Smith <e...@trueblade.com> added the comment:

Note that f'\N ' (with a single space) isn't enough to trigger this behavior. 
It requires at least two characters after the '\N'. The first is when the 
invalid string is recognized, and it's the presence of the second character 
that triggers the failed assert.

----------

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

Reply via email to