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 skrah
Recipients corona10, pablogsal, phsilva, skrah, vstinner
Date 2020-03-27.14:48:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585320491.06.0.698476704577.issue40077@roundup.psfhosted.org>
In-reply-to
Content
> Or maybe _decimal_state_global was used in "hot code".

Yes, _decimal has problems here that most modules don't have.
Modules like atexit are obviously fine. :)

I just posted it as an example why one should be a bit cautious.


> The PEP 573 is going to give access to the module state in functions which didn't access to it previously.

That could help, we'll see.
History
Date User Action Args
2020-03-27 14:48:11skrahsetrecipients: + skrah, vstinner, phsilva, corona10, pablogsal
2020-03-27 14:48:11skrahsetmessageid: <1585320491.06.0.698476704577.issue40077@roundup.psfhosted.org>
2020-03-27 14:48:11skrahlinkissue40077 messages
2020-03-27 14:48:11skrahcreate