mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +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 @@ EXPORTS
|
|||
PyType_FromSpec=python32.PyType_FromSpec
|
||||
PyType_GenericAlloc=python32.PyType_GenericAlloc
|
||||
PyType_GenericNew=python32.PyType_GenericNew
|
||||
PyType_GetFlags=python32.PyType_GetFlags
|
||||
PyType_IsSubtype=python32.PyType_IsSubtype
|
||||
PyType_Modified=python32.PyType_Modified
|
||||
PyType_Ready=python32.PyType_Ready
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue