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 phsilva
Recipients phsilva, vstinner
Date 2020-04-01.03:15:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585710952.84.0.418877971689.issue40071@roundup.psfhosted.org>
In-reply-to
Content
As discussed on PR19172, this module uses a global state in functions that do not receive a PyModule* and right now converting such cases to per-module state is not trivial. I will wait for PEP-573 implementation that will hopefully make this easier.

Pushed PR19273 to avoid the potential crash induced by the original change.
History
Date User Action Args
2020-04-01 03:15:52phsilvasetrecipients: + phsilva, vstinner
2020-04-01 03:15:52phsilvasetmessageid: <1585710952.84.0.418877971689.issue40071@roundup.psfhosted.org>
2020-04-01 03:15:52phsilvalinkissue40071 messages
2020-04-01 03:15:52phsilvacreate