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 vstinner
Recipients Ramin Farajpour Cami, benjamin.peterson, gvanrossum, paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-01-14.02:34:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452738895.19.0.44305161825.issue26059@psf.upfronthosting.co.za>
In-reply-to
Content
> Do you have any idea how to fix it?

strop is a deprecated module, you can write ("\x100"  *0xEAAA).replace("\x100", "AA"*0xAAAA). Does this instruction also crash?
History
Date User Action Args
2016-01-14 02:34:55vstinnersetrecipients: + vstinner, gvanrossum, paul.moore, tim.golden, benjamin.peterson, zach.ware, serhiy.storchaka, steve.dower, Ramin Farajpour Cami
2016-01-14 02:34:55vstinnersetmessageid: <1452738895.19.0.44305161825.issue26059@psf.upfronthosting.co.za>
2016-01-14 02:34:55vstinnerlinkissue26059 messages
2016-01-14 02:34:54vstinnercreate