[issue23066] re.match hang

Guido van Rossum report at bugs.python.org
Tue Dec 16 16:43:17 CET 2014


Guido van Rossum added the comment:

Please go to python-list to get help about writing re expressions for parsing. The example regexp does not technically hang, it is just exploring a very large set of alternatives, none of which match (because the trailing '()' doesn't match anything).

----------
nosy: +gvanrossum
resolution:  -> not a bug
status: open -> closed

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


More information about the Python-bugs-list mailing list