This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients aeros, corona10, eric.snow, shihai1991, vstinner
Date 2020-05-14.14:11:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589465505.13.0.944524223053.issue40512@roundup.psfhosted.org>
In-reply-to
Content
> 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.
History
Date User Action Args
2020-05-14 14:11:45vstinnersetrecipients: + vstinner, eric.snow, corona10, shihai1991, aeros
2020-05-14 14:11:45vstinnersetmessageid: <1589465505.13.0.944524223053.issue40512@roundup.psfhosted.org>
2020-05-14 14:11:45vstinnerlinkissue40512 messages
2020-05-14 14:11:45vstinnercreate