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 stestagg
Recipients stestagg, xxm
Date 2020-12-28.18:48:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609181321.08.0.9525521884.issue42717@roundup.psfhosted.org>
In-reply-to
Content
I think the problem here is that the issue can only really be detected late on during interpreter shutdown.

This makes recovery very hard to do.  Plus the thread termination has left shared state in an unmanaged condition, so it's super dangerous to re-enter python again
History
Date User Action Args
2020-12-28 18:48:41stestaggsetrecipients: + stestagg, xxm
2020-12-28 18:48:41stestaggsetmessageid: <1609181321.08.0.9525521884.issue42717@roundup.psfhosted.org>
2020-12-28 18:48:41stestagglinkissue42717 messages
2020-12-28 18:48:41stestaggcreate