Rémi Lapeyre <[email protected]> added the comment: I don't think this is a deadlock rather it is certainly related to the number of '*' there is in your pattern, the regexp has to search an exponentially growing number of patterns.
You could try a simple pattern to match your attribute and it should be faster. ---------- nosy: +remi.lapeyre _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue40496> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
