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 aeros
Recipients aeros, eric.snow, vstinner
Date 2019-12-01.04:26:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575174381.23.0.359938333269.issue37224@roundup.psfhosted.org>
In-reply-to
Content
> so that operations (such as running scripts, destroying the interpreter, etc) can't occur during finalization

Clarification: by "destroying the interpreter" I am specifically referring to calling `interp_destroy()` after finalization has already started.
History
Date User Action Args
2019-12-01 04:26:21aerossetrecipients: + aeros, vstinner, eric.snow
2019-12-01 04:26:21aerossetmessageid: <1575174381.23.0.359938333269.issue37224@roundup.psfhosted.org>
2019-12-01 04:26:21aeroslinkissue37224 messages
2019-12-01 04:26:21aeroscreate