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 scoder
Recipients Dormouse759, miss-islington, ncoghlan, pablogsal, petr.viktorin, scoder, shihai1991, vstinner
Date 2020-03-21.11:39:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584790796.36.0.314954891908.issue39824@roundup.psfhosted.org>
In-reply-to
Content
> I think Cython makes use of PEP-489 so unless I am missing something all generated extensions use PEP-489 structures.

Cython doesn't make complete use of PEP-489 yet, specifically not of the module state feature (nor module subclasses). This change looks good from my side. Good idea, Victor.
History
Date User Action Args
2020-03-21 11:39:56scodersetrecipients: + scoder, ncoghlan, vstinner, petr.viktorin, Dormouse759, pablogsal, miss-islington, shihai1991
2020-03-21 11:39:56scodersetmessageid: <1584790796.36.0.314954891908.issue39824@roundup.psfhosted.org>
2020-03-21 11:39:56scoderlinkissue39824 messages
2020-03-21 11:39:56scodercreate