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 dgan
Recipients dgan, ezio.melotti, vstinner
Date 2020-10-12.18:50:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602528652.49.0.982690015105.issue42020@roundup.psfhosted.org>
In-reply-to
Content
Python 3.8.5, Python 3.7.3
When trying to print invalid unicode, interpreter goes to a completely unresponsive state

>>> print("\x9b")


eyboardInterrupt
>>> print("\xa5")
¥
>>> print("\x95")

>>> print("\x90")
denis@debian:~$ <interpreter hangs forever, ctrl+d was pressed to exit>
History
Date User Action Args
2020-10-12 18:50:52dgansetrecipients: + dgan, vstinner, ezio.melotti
2020-10-12 18:50:52dgansetmessageid: <1602528652.49.0.982690015105.issue42020@roundup.psfhosted.org>
2020-10-12 18:50:52dganlinkissue42020 messages
2020-10-12 18:50:52dgancreate