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 terry.reedy
Recipients ausaki, serhiy.storchaka, terry.reedy, xiang.zhang, xtreak
Date 2019-11-15.19:57:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573847837.25.0.870999637657.issue34979@roundup.psfhosted.org>
In-reply-to
Content
On Windows, with 3.7, 3.8.0, and master, none of the demo.py statement here and the examples in #38755 raise an error.  I tried 'python -m module', running from IDLE editor, and interactive IDLE and REPL.  Even the following worked.

>>> s = (b'\xe2\x96\x91'*1111111).decode()
>>> s[-10:]
'░░░░░░░░░░'

susaki, what OS, and do you have the same problem with current Python (at least 3.8)?

Also, susuki, when replying by email, please delete the quoted message.  When your message is added to the web page, the quoted message is redundant and distracting noise.

If this issue effectively duplicates (part of) #14811 and/or #25643, it should be closed as a duplicate of one of them.
History
Date User Action Args
2019-11-15 19:57:17terry.reedysetrecipients: + terry.reedy, serhiy.storchaka, xiang.zhang, xtreak, ausaki
2019-11-15 19:57:17terry.reedysetmessageid: <1573847837.25.0.870999637657.issue34979@roundup.psfhosted.org>
2019-11-15 19:57:17terry.reedylinkissue34979 messages
2019-11-15 19:57:17terry.reedycreate