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 otst
Recipients otst
Date 2018-11-19.07:45:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542613559.05.0.788709270274.issue35274@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-11-19 07:45:59otstsetrecipients: + otst
2018-11-19 07:45:59otstsetmessageid: <1542613559.05.0.788709270274.issue35274@psf.upfronthosting.co.za>
2018-11-19 07:45:58otstlinkissue35274 messages
2018-11-19 07:45:58otstcreate