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 eric.snow, grahamd, vstinner
Date 2020-04-10.14:16:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586528191.63.0.576837609783.issue40234@roundup.psfhosted.org>
In-reply-to
Content
Well, this large problem sounds very complex and is made of multiple small issues. Let's start with something simple: revert my commit 066e5b1a917ec2134e8997d2cadd815724314252.

When I wrote it, I expected that nobody was spawning daemon threads in subinterpreters. I was wrong.

Once PR 19456 will be merged (allow again to spawn daemon threads in subinterpreters), we can start to investigate every single issue listed by Graham, like atexit callbacks which are called too late.
History
Date User Action Args
2020-04-10 14:16:31vstinnersetrecipients: + vstinner, grahamd, eric.snow
2020-04-10 14:16:31vstinnersetmessageid: <1586528191.63.0.576837609783.issue40234@roundup.psfhosted.org>
2020-04-10 14:16:31vstinnerlinkissue40234 messages
2020-04-10 14:16:31vstinnercreate