[issue33566] re.findall() dead locked whent the expected ending char not occur until end of string

Matthew Barnett report at bugs.python.org
Fri May 18 13:47:19 EDT 2018


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

You don't give the value of 'newlines', but the problem is probably catastrophic backtracking, not deadlock.

----------
nosy: +mrabarnett

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33566>
_______________________________________


More information about the Python-bugs-list mailing list