mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
bpo-43690: stable_abi.py no longer parses macros (GH-25136)
The stable_abi.py script no longer parse macros. Macro targets can be static inline functions which are not part of the stable ABI, only part of the limited C API. Run "make regen-limited-abi" to exclude PyType_HasFeature from Doc/data/stable_abi.dat.
This commit is contained in:
parent
baf10da750
commit
61092a99c4
2 changed files with 1 additions and 33 deletions
|
|
@ -616,7 +616,6 @@ PyType_GetFlags
|
|||
PyType_GetModule
|
||||
PyType_GetModuleState
|
||||
PyType_GetSlot
|
||||
PyType_HasFeature
|
||||
PyType_IsSubtype
|
||||
PyType_Modified
|
||||
PyType_Ready
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue