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 wmeehan
Recipients p-ganssle, wmeehan
Date 2020-11-17.18:34:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605638076.31.0.719308829386.issue42390@roundup.psfhosted.org>
In-reply-to
Content
For Python implementations that change the underlying object structure, it's not necessarily possible to recreate the `tp_name` that would be exposed in CPython. The `datetime` ends up in `__module__`, while only the type name ends up in `__name__`. There's no way to tell that the value in `__module__` actually came from `tp_name` in the first place.
History
Date User Action Args
2020-11-17 18:34:36wmeehansetrecipients: + wmeehan, p-ganssle
2020-11-17 18:34:36wmeehansetmessageid: <1605638076.31.0.719308829386.issue42390@roundup.psfhosted.org>
2020-11-17 18:34:36wmeehanlinkissue42390 messages
2020-11-17 18:34:36wmeehancreate