mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
bpo-42035: Add PyType_GetQualName() to get a type's qualified name. (GH-27551)
This commit is contained in:
parent
6a358bb948
commit
3e2c643ae0
10 changed files with 67 additions and 0 deletions
|
|
@ -2310,6 +2310,9 @@ PyType_GetFlags:PyTypeObject*:type:0:
|
|||
PyType_GetName:PyObject*::+1:
|
||||
PyType_GetName:PyTypeObject*:type:0:
|
||||
|
||||
PyType_GetQualName:PyObject*::+1:
|
||||
PyType_GetQualName:PyTypeObject*:type:0:
|
||||
|
||||
PyType_GetSlot:void*:::
|
||||
PyType_GetSlot:PyTypeObject*:type:0:
|
||||
PyType_GetSlot:int:slot::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue