[issue40480] "fnmatch" exponential execution time

Anthony Sottile report at bugs.python.org
Mon May 11 19:52:18 EDT 2020


Anthony Sottile <asottile at umich.edu> added the comment:

one way might be to give the groups "unique" names (perhaps hashing the input string?)  ((this is what I attempted to do in a little bit of code which tried to "backport" (group)*+ and (group)++))

----------
nosy: +Anthony Sottile

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


More information about the Python-bugs-list mailing list