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 corona10, eric.snow, koubaa, petr.viktorin, shihai1991, terry.reedy, vstinner
Date 2020-12-15.14:43:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608043415.11.0.595322720534.issue40600@roundup.psfhosted.org>
In-reply-to
Content
> Thanks! Indeed, that's an even better solution than I had in mind.
> It follows PEP 630 quite nicely: https://www.python.org/dev/peps/pep-0630/#managing-global-state

The atexit module was my main motivation for this issue. So I'm fine with closing it.
History
Date User Action Args
2020-12-15 14:43:35vstinnersetrecipients: + vstinner, terry.reedy, petr.viktorin, eric.snow, corona10, shihai1991, koubaa
2020-12-15 14:43:35vstinnersetmessageid: <1608043415.11.0.595322720534.issue40600@roundup.psfhosted.org>
2020-12-15 14:43:35vstinnerlinkissue40600 messages
2020-12-15 14:43:34vstinnercreate