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 eric.snow
Recipients eric.snow, nanjekyejoannah, ncoghlan, vstinner
Date 2019-11-22.23:04:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574463879.36.0.658289694723.issue38865@roundup.psfhosted.org>
In-reply-to
Content
> * Is Python supposed to magically destroy the 3 interpreters?

Doesn't it?  Gah.  I guess I was thinking of PyOS_AfterFork_Child(), which calls _PyInterpreterState_DeleteExceptMain(). :/  In September there was a nice comment right above Py_FinalizeEx() saying that we do not clean up other interpreters or threads, but I haven't checked when it got removed.
History
Date User Action Args
2019-11-22 23:04:39eric.snowsetrecipients: + eric.snow, ncoghlan, vstinner, nanjekyejoannah
2019-11-22 23:04:39eric.snowsetmessageid: <1574463879.36.0.658289694723.issue38865@roundup.psfhosted.org>
2019-11-22 23:04:39eric.snowlinkissue38865 messages
2019-11-22 23:04:38eric.snowcreate