[issue23690] re functions never release GIL

Evgeny Kapun report at bugs.python.org
Tue Mar 17 18:31:39 CET 2015


Evgeny Kapun added the comment:

Aren't Python strings immutable?

Also, match functions still permit execution of signal handlers, which can execute any Python code.

If GIL is needed during matching, can it be released temporarily to permit thread switching?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23690>
_______________________________________


More information about the Python-bugs-list mailing list