[issue9414] infinite loop with specific regexp

Georg Brandl report at bugs.python.org
Thu Jul 29 15:28:03 CEST 2010


Georg Brandl <georg at python.org> added the comment:

This is very probably a duplicate of #1662581.  When testing both your regexes with the new engine from #2636, the match is not found/found instantaneously.

----------
nosy: +georg.brandl
resolution:  -> duplicate
status: open -> closed
superseder:  -> the re module can perform poorly: O(2**n) versus O(n**2)

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


More information about the Python-bugs-list mailing list