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

2018-11-19 Thread otst
otst added the comment: I used GNOME Terminal 3.28.2. I tried advised code Gnome Terminal and LXTerminal 0.3.1. but stop after first time() function. results: 1542621412.508629 (stop. Control+D later)˜ 1542621412.5086305 1542621412.5087285 >>> KeyboardInterrupt >>> Trie

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

2018-11-18 Thread otst
New submission from otst : 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');"