[issue13723] Regular expressions: (?:X|\s+)*$ takes a long time

Mark Dickinson report at bugs.python.org
Wed Nov 7 18:43:13 CET 2012


Changes by Mark Dickinson <dickinsm at gmail.com>:


----------
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/issue13723>
_______________________________________


More information about the Python-bugs-list mailing list