[issue16563] re.match loops forever on simple regexp

Mark Dickinson report at bugs.python.org
Tue Nov 27 09:58:46 CET 2012


Mark Dickinson added the comment:

@lpd:  you may want to look at the 'regex' module on PyPI [1] to see if it solves your problems.  The idea is that some form of this should eventually go into the standard library, but we've been lacking volunteers for the huge code review task involved.

[1] http://pypi.python.org/pypi/regex.

----------

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


More information about the Python-bugs-list mailing list