Matthew Barnett <pyt...@mrabarnett.plus.com> added the comment:

This also raises MemoryError:

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

but none of these do:

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

----------
nosy: +mrabarnett

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue12177>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to