[issue15077] Regexp match goes into infinite loop

Matthew Barnett report at bugs.python.org
Thu Jun 28 19:36:46 CEST 2012


Matthew Barnett <python at mrabarnett.plus.com> added the comment:

It's not a bug, it's a pathological regex (i.e. it causes catastrophic backtracking).

It also works correctly in the "regex" module.

----------

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


More information about the Python-bugs-list mailing list