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 EungJun.Yi
Recipients EungJun.Yi, ezio.melotti, mrabarnett, pitrou, skrah
Date 2011-05-26.04:46:06
SpamBayes Score 7.446821e-13
Marked as misclassified No
Message-id <1306385166.89.0.144881916826.issue12177@psf.upfronthosting.co.za>
In-reply-to
Content
This also raises in 2.6.5

Python 2.6.5 (r265:79063, Apr 16 2010, 13:09:56) 
[GCC 4.4.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import re
>>> re.match('()+?1', 'a1')
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python2.6/re.py", line 137, in match
    return _compile(pattern, flags).match(string)
MemoryError
History
Date User Action Args
2011-05-26 04:46:06EungJun.Yisetrecipients: + EungJun.Yi, pitrou, ezio.melotti, mrabarnett, skrah
2011-05-26 04:46:06EungJun.Yisetmessageid: <1306385166.89.0.144881916826.issue12177@psf.upfronthosting.co.za>
2011-05-26 04:46:06EungJun.Yilinkissue12177 messages
2011-05-26 04:46:06EungJun.Yicreate