mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
Issue #11067: Add PyType_GetFlags, to support PyUnicode_Check
in the limited ABI
This commit is contained in:
parent
9b142aaae8
commit
738236dbd6
7 changed files with 32 additions and 1 deletions
|
|
@ -513,6 +513,7 @@ PyType_ClearCache
|
|||
PyType_FromSpec
|
||||
PyType_GenericAlloc
|
||||
PyType_GenericNew
|
||||
PyType_GetFlags
|
||||
PyType_IsSubtype
|
||||
PyType_Modified
|
||||
PyType_Ready
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue