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 corona10, fancitron, petr.viktorin
Date 2020-10-20.08:20:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603182020.75.0.905808251168.issue42035@roundup.psfhosted.org>
In-reply-to
Content
The slots are originally intended for defining types (PyType_FromSpec); PyType_GetSlot is not as useful as it could be.
tp_name can be exposed, but it needs to also be handled properly PyType_FromSpec -- e.g. raise an error.
History
Date User Action Args
2020-10-20 08:20:20petr.viktorinsetrecipients: + petr.viktorin, corona10, fancitron
2020-10-20 08:20:20petr.viktorinsetmessageid: <1603182020.75.0.905808251168.issue42035@roundup.psfhosted.org>
2020-10-20 08:20:20petr.viktorinlinkissue42035 messages
2020-10-20 08:20:20petr.viktorincreate