[issue1366311] SRE engine should release the GIL when/if possible

Barry A. Warsaw report at bugs.python.org
Fri May 25 14:58:39 EDT 2018


Barry A. Warsaw <barry at python.org> added the comment:

> Did you try to use regex which has this feature? For short strings and simple patterns there may be no benefit.

In my use case, it’s not possible, since the problematic API is glob.iglob() through multiple levels of calls.

----------

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


More information about the Python-bugs-list mailing list