[issue40512] [subinterpreters] Meta issue: per-interpreter GIL

STINNER Victor report at bugs.python.org
Tue Jun 2 08:46:45 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

Currently, the import lock is shared by all interpreters. It would also help for performance to make it per-interpreter to parallelize imports.

----------
versions: +Python 3.10 -Python 3.9

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


More information about the Python-bugs-list mailing list