[issue35274] Running print("\x98") then freeze in Interpreter

Steven D'Aprano report at bugs.python.org
Mon Nov 19 03:30:27 EST 2018


Steven D'Aprano <steve+python at pearwood.info> added the comment:

I'm afraid I can't reproduce that in Python 3.5.2 or 3.6.4.

Can you try this?

from time import time
print(time(), '\x98', time()); print(time())

and copy and paste the results.

What terminal/console are you using? If you change to a different console, does the problem go away?

----------
nosy: +steven.daprano

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35274>
_______________________________________


More information about the Python-bugs-list mailing list