diff options
author | Victor Stinner <vstinner@python.org> | 2021-04-01 12:13:42 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-01 12:13:42 (GMT) |
commit | 61092a99c4840f36dbde8457cb566fc3c012930f (patch) | |
tree | 9e3998cd170d987c990bbcf53c689047e771dd5a /Doc/data | |
parent | baf10da75072d1f8ec714d3c2c8550d34db343a9 (diff) | |
download | cpython-61092a99c4840f36dbde8457cb566fc3c012930f.zip cpython-61092a99c4840f36dbde8457cb566fc3c012930f.tar.gz cpython-61092a99c4840f36dbde8457cb566fc3c012930f.tar.bz2 |
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.
Diffstat (limited to 'Doc/data')
-rw-r--r-- | Doc/data/stable_abi.dat | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/data/stable_abi.dat b/Doc/data/stable_abi.dat index ed20521..cd9e384 100644 --- a/Doc/data/stable_abi.dat +++ b/Doc/data/stable_abi.dat @@ -616,7 +616,6 @@ PyType_GetFlags PyType_GetModule PyType_GetModuleState PyType_GetSlot -PyType_HasFeature PyType_IsSubtype PyType_Modified PyType_Ready |