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.09:10:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603185050.45.0.0123289182919.issue42035@roundup.psfhosted.org>
In-reply-to
Content
Ah, scratch that: PyType_GetSlot returns a function pointer.
To be correct, we should to expose a new function like PyType_GetName.

It's true that CPython currently doesn't always honor the distinction between data and function pointers, but the C standard says they're distinct, so it might bite us in the future.
History
Date User Action Args
2020-10-20 09:10:50petr.viktorinsetrecipients: + petr.viktorin, corona10, fancitron
2020-10-20 09:10:50petr.viktorinsetmessageid: <1603185050.45.0.0123289182919.issue42035@roundup.psfhosted.org>
2020-10-20 09:10:50petr.viktorinlinkissue42035 messages
2020-10-20 09:10:50petr.viktorincreate