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 Ramin Farajpour Cami
Recipients Ramin Farajpour Cami, benjamin.peterson, gvanrossum, paul.moore, serhiy.storchaka, steve.dower, terry.reedy, tim.golden, vstinner, zach.ware
Date 2016-01-16.15:48:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452959301.79.0.570502702253.issue26059@psf.upfronthosting.co.za>
In-reply-to
Content
i test python version 2.7.11 32 bit i get your error , but 64 bit no crashed,


CommandLine: python.exe
Symbol search path is: srv*c:\pubsymbols*http://msdl.microsoft.com/download/symbols
Executable search path is:
ModLoad: 1c3c0000 1c3cb000   python.exe
ModLoad: 77020000 77199000   ntdll.dll
ModLoad: 76d00000 76df0000   C:\Windows\SysWOW64\KERNEL32.DLL
ModLoad: 76ea0000 77016000   C:\Windows\SysWOW64\KERNELBASE.dll
ModLoad: 5fd70000 5fffe000   C:\Windows\SysWOW64\python27.dll
ModLoad: 71de0000 71e83000   C:\Windows\WinSxS\x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.30729.9158_none_5091b51ebcb97cdc\MSVCR90.dll
ModLoad: 76970000 76ab0000   C:\Windows\SysWOW64\USER32.dll
ModLoad: 76140000 7628d000   C:\Windows\SysWOW64\GDI32.dll
ModLoad: 76b10000 76b8b000   C:\Windows\SysWOW64\ADVAPI32.dll
ModLoad: 76c40000 76cfe000   C:\Windows\SysWOW64\msvcrt.dll
ModLoad: 75c20000 75c63000   C:\Windows\SysWOW64\sechost.dll
ModLoad: 76df0000 76e9c000   C:\Windows\SysWOW64\RPCRT4.dll
ModLoad: 74130000 7414e000   C:\Windows\SysWOW64\SspiCli.dll
ModLoad: 74120000 7412a000   C:\Windows\SysWOW64\CRYPTBASE.dll
ModLoad: 740c0000 74119000   C:\Windows\SysWOW64\bcryptPrimitives.dll
ModLoad: 74150000 7550e000   C:\Windows\SysWOW64\SHELL32.dll
ModLoad: 75510000 759ec000   C:\Windows\SysWOW64\windows.storage.dll
ModLoad: 75c80000 75e3a000   C:\Windows\SysWOW64\combase.dll
ModLoad: 76bf0000 76c34000   C:\Windows\SysWOW64\shlwapi.dll
ModLoad: 76290000 7629c000   C:\Windows\SysWOW64\kernel.appcore.dll
ModLoad: 768e0000 7696d000   C:\Windows\SysWOW64\shcore.dll
ModLoad: 76ac0000 76b04000   C:\Windows\SysWOW64\powrprof.dll
ModLoad: 76ab0000 76abf000   C:\Windows\SysWOW64\profapi.dll
ModLoad: 768b0000 768db000   C:\Windows\SysWOW64\IMM32.DLL
ModLoad: 75fb0000 760d0000   C:\Windows\SysWOW64\MSCTF.dll
Python 2.7.11 (v2.7.11:6d1b6a68f775, Dec  5 2015, 20:32:19) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import strop
>>> strop.replace("\x100"*0xEAAA,"\x100","AA"*0xAAAA)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
MemoryError
History
Date User Action Args
2016-01-16 15:48:21Ramin Farajpour Camisetrecipients: + Ramin Farajpour Cami, gvanrossum, terry.reedy, paul.moore, vstinner, tim.golden, benjamin.peterson, zach.ware, serhiy.storchaka, steve.dower
2016-01-16 15:48:21Ramin Farajpour Camisetmessageid: <1452959301.79.0.570502702253.issue26059@psf.upfronthosting.co.za>
2016-01-16 15:48:21Ramin Farajpour Camilinkissue26059 messages
2016-01-16 15:48:21Ramin Farajpour Camicreate