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 Dormouse759
Recipients Dormouse759, ncoghlan, petr.viktorin, scoder, terry.reedy
Date 2019-11-13.14:30:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573655440.57.0.563143759574.issue38787@roundup.psfhosted.org>
In-reply-to
Content
Currently, there is not way to access per-module state from the methods of types defined in extension modules.

This PEP provides a fix to this issue.

PEP 573 - https://www.python.org/dev/peps/pep-0573/

Reference implementation - https://github.com/Dormouse759/cpython/tree/pep-c-rebase_newer
History
Date User Action Args
2019-11-13 14:30:40Dormouse759setrecipients: + Dormouse759, terry.reedy, ncoghlan, scoder, petr.viktorin
2019-11-13 14:30:40Dormouse759setmessageid: <1573655440.57.0.563143759574.issue38787@roundup.psfhosted.org>
2019-11-13 14:30:40Dormouse759linkissue38787 messages
2019-11-13 14:30:40Dormouse759create