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 vstinner
Recipients corona10, fancitron, petr.viktorin, shihai1991, vstinner
Date 2021-01-19.17:36:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611077802.9.0.123488181397.issue42035@roundup.psfhosted.org>
In-reply-to
Content
A type has different names:

* short name: "name"
* qualified name: "module.name"

Which one should be returned by PyType_GetName()? Is there a warranty that it's always short or always qualified?
History
Date User Action Args
2021-01-19 17:36:42vstinnersetrecipients: + vstinner, petr.viktorin, corona10, shihai1991, fancitron
2021-01-19 17:36:42vstinnersetmessageid: <1611077802.9.0.123488181397.issue42035@roundup.psfhosted.org>
2021-01-19 17:36:42vstinnerlinkissue42035 messages
2021-01-19 17:36:42vstinnercreate