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 jquesnelle
Recipients jquesnelle, vstinner
Date 2020-04-16.14:08:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1587046121.54.0.13600134496.issue40294@roundup.psfhosted.org>
In-reply-to
Content
Would the simple fix (clearing the flag in `module_free`) be a candidate for a backport to 3.8? This seems to be a regression from the previous stable version that also limits the usability of subinterpreters -- `asyncio` is loaded by a wide variety of libraries and so in general it's not easy to know that a particular subinterpreter hasn't loaded `asyncio`.   However, I concede that subinterpreters with variable lifetimes isn't a common use case.
History
Date User Action Args
2020-04-16 14:08:41jquesnellesetrecipients: + jquesnelle, vstinner
2020-04-16 14:08:41jquesnellesetmessageid: <1587046121.54.0.13600134496.issue40294@roundup.psfhosted.org>
2020-04-16 14:08:41jquesnellelinkissue40294 messages
2020-04-16 14:08:41jquesnellecreate