New submission from fancitron <fancit...@gmail.com>:

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?

----------
components: C API
messages: 378616
nosy: fancitron
priority: normal
severity: normal
status: open
title: PyType_GetSlot cannot get tp_name
type: enhancement

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42035>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to