[issue16563] re.match loops forever on simple regexp

Tim Peters report at bugs.python.org
Tue Nov 27 01:50:21 CET 2012


Tim Peters added the comment:

Yes, if you remove the first "+", the example quickly prints None (i.e., reports that the regexp cannot match the string).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16563>
_______________________________________


More information about the Python-bugs-list mailing list