mirror of
https://github.com/python/cpython.git
synced 2026-05-18 02:15:28 -04:00
61092a99c4
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.