[issue40512] Meta issue: per-interpreter GIL

STINNER Victor report at bugs.python.org
Thu May 14 10:11:45 EDT 2020


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

> Add a lock to pymalloc, or disable pymalloc when subinterpreters are used: (...)

By the way, tracemalloc is not compatible with subinterpreters.

test.support.run_in_subinterp() skips the test if tracemalloc is tracing.

----------

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


More information about the Python-bugs-list mailing list