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 fancitron
Recipients fancitron
Date 2020-10-14.13:52:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1602683525.08.0.938781399322.issue42035@roundup.psfhosted.org>
In-reply-to
Content
In the Limited API (where PyTypeObject is opaque), there is no way to retrieve the tp_name of a type object.  The PyType_GetSlot() function doesn’t define a slot ID Py_tp_name.  This makes it inconvenient to port existing code to the Limited API.  Is this intentional?  How to work around this?
History
Date User Action Args
2020-10-14 13:52:05fancitronsetrecipients: + fancitron
2020-10-14 13:52:05fancitronsetmessageid: <1602683525.08.0.938781399322.issue42035@roundup.psfhosted.org>
2020-10-14 13:52:05fancitronlinkissue42035 messages
2020-10-14 13:52:05fancitroncreate