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-08.16:27:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607444822.58.0.0882109997597.issue40600@roundup.psfhosted.org>
In-reply-to
Content
I'm not 100% sure that preventing to create multiple module instances is needed. For the atexit module, another solution is to move the "module state" into the interpreter, as it has been done for other modules like _warnings.
History
Date User Action Args
2020-12-08 16:27:02vstinnersetrecipients: + vstinner, terry.reedy, petr.viktorin, eric.snow, corona10, shihai1991, koubaa
2020-12-08 16:27:02vstinnersetmessageid: <1607444822.58.0.0882109997597.issue40600@roundup.psfhosted.org>
2020-12-08 16:27:02vstinnerlinkissue40600 messages
2020-12-08 16:27:02vstinnercreate