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 shihai1991
Recipients corona10, fancitron, petr.viktorin, shihai1991, vstinner
Date 2021-08-17.14:59:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629212363.54.0.156863322323.issue42035@roundup.psfhosted.org>
In-reply-to
Content
> Now, I wonder if we should also introduce PyType_GetModuleName for __module__, or stop and close this as fixed.

IMO, I suggest to close this bpo. We can get the `tp_name` by the C API now. If there have user want get `__module__`, we can open a new bpo to discuss :)
History
Date User Action Args
2021-08-17 14:59:23shihai1991setrecipients: + shihai1991, vstinner, petr.viktorin, corona10, fancitron
2021-08-17 14:59:23shihai1991setmessageid: <1629212363.54.0.156863322323.issue42035@roundup.psfhosted.org>
2021-08-17 14:59:23shihai1991linkissue42035 messages
2021-08-17 14:59:23shihai1991create