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 mrabarnett
Recipients EungJun.Yi, ezio.melotti, mrabarnett, pitrou, skrah
Date 2011-05-25.22:25:26
SpamBayes Score 0.16868283
Marked as misclassified No
Message-id <1306362327.46.0.151551812239.issue12177@psf.upfronthosting.co.za>
In-reply-to
Content
This also raises MemoryError:

    re.match(r'()*?1', 'a1')

but none of these do:

    re.match(r'()+1', 'a1')
    re.match(r'()*1', 'a1')
History
Date User Action Args
2011-05-25 22:25:27mrabarnettsetrecipients: + mrabarnett, pitrou, ezio.melotti, skrah, EungJun.Yi
2011-05-25 22:25:27mrabarnettsetmessageid: <1306362327.46.0.151551812239.issue12177@psf.upfronthosting.co.za>
2011-05-25 22:25:26mrabarnettlinkissue12177 messages
2011-05-25 22:25:26mrabarnettcreate