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 petr.viktorin
Recipients Dormouse759, miss-islington, ncoghlan, petr.viktorin, scoder, shihai1991, terry.reedy, vstinner
Date 2020-05-13.08:41:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589359271.82.0.449645942542.issue38787@roundup.psfhosted.org>
In-reply-to
Content
I guess I'll need to clarify the documentation here.
Call `PyType_GetModule` on the *defining class*, not on type(self). See the PEP for details.
The associated module is not inherited; each class in the MRO can be defined in a different module.
History
Date User Action Args
2020-05-13 08:41:11petr.viktorinsetrecipients: + petr.viktorin, terry.reedy, ncoghlan, scoder, vstinner, Dormouse759, miss-islington, shihai1991
2020-05-13 08:41:11petr.viktorinsetmessageid: <1589359271.82.0.449645942542.issue38787@roundup.psfhosted.org>
2020-05-13 08:41:11petr.viktorinlinkissue38787 messages
2020-05-13 08:41:11petr.viktorincreate