[issue15515] Regular expression match does not return

Matthew Barnett report at bugs.python.org
Tue Jul 31 20:59:38 CEST 2012


Matthew Barnett added the comment:

That's because it uses a pathological regular expression (catastrophic backtracking).

The problem lies here: (\\?[\w\.\-]+)+

----------

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


More information about the Python-bugs-list mailing list