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

otst report at bugs.python.org
Mon Nov 19 02:45:59 EST 2018


New submission from otst <naruseroku.106.sp at gmail.com>:

My environment
OS:Ubuntu18.04(x64)
Python:3.6.6


Run print("\x98") in Python3 interpreter then freeze or slow responsed.

Not problem run print '\x98' in Python 2.7.15rc1.

Also no problem for python3 -c "print('\x98');" and run .py file.

----------
components: Interpreter Core
messages: 330076
nosy: otst
priority: normal
severity: normal
status: open
title: Running print("\x98") then freeze in Interpreter
type: behavior
versions: Python 3.6

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


More information about the Python-bugs-list mailing list