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 aeros, eric.snow, grahamd, pitrou, vstinner
Date 2020-04-13.00:22:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586737374.24.0.470584286024.issue40234@roundup.psfhosted.org>
In-reply-to
Content
Victor (me!):
> Well, this large problem sounds very complex and is made of multiple small issues.

Kyle:
> (...) Should we consider making `threading._register_atexit()` public?

It seems like there is an use case for calling callbacks before Python calls threading._shutdown() in Py_Finalize(). We should either change when atexit callbacks are called, or add something new.

I suggest to open a separated issue for that.
History
Date User Action Args
2020-04-13 00:22:54vstinnersetrecipients: + vstinner, pitrou, grahamd, eric.snow, aeros
2020-04-13 00:22:54vstinnersetmessageid: <1586737374.24.0.470584286024.issue40234@roundup.psfhosted.org>
2020-04-13 00:22:54vstinnerlinkissue40234 messages
2020-04-13 00:22:54vstinnercreate