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 Ramin Farajpour Cami, benjamin.peterson, gvanrossum, paul.moore, serhiy.storchaka, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2016-01-16.09:25:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452936303.57.0.741244403263.issue26059@psf.upfronthosting.co.za>
In-reply-to
Content
Win 10, 2.7.11, from IDLE editor: 1.py take several seconds, nothing printed.  Add 'print' in front of call and 
Traceback (most recent call last):
  File "F:\Python\mypy\tem.py", line 3, in <module>
    print strop.replace("\x100"*0xEAAA,"\x100","AA"*0xAAAA)
  File "C:\Programs\Python27\lib\idlelib\PyShell.py", line 1356, in write
    return self.shell.write(s, self.tags)
MemoryError

strop gone in 3.5.
History
Date User Action Args
2016-01-16 09:25:03terry.reedysetrecipients: + terry.reedy, gvanrossum, paul.moore, vstinner, tim.golden, benjamin.peterson, zach.ware, serhiy.storchaka, steve.dower, Ramin Farajpour Cami
2016-01-16 09:25:03terry.reedysetmessageid: <1452936303.57.0.741244403263.issue26059@psf.upfronthosting.co.za>
2016-01-16 09:25:03terry.reedylinkissue26059 messages
2016-01-16 09:25:02terry.reedycreate