STINNER Victor <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue40512> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
