[issue12177] re.match raises MemoryError

Matthew Barnett report at bugs.python.org
Thu May 26 00:25:27 CEST 2011


Matthew Barnett <python at 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 <report at bugs.python.org>
<http://bugs.python.org/issue12177>
_______________________________________


More information about the Python-bugs-list mailing list