]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43690: stable_abi.py no longer parses macros (GH-25136)
authorVictor Stinner <vstinner@python.org>
Thu, 1 Apr 2021 12:13:42 +0000 (14:13 +0200)
committerGitHub <noreply@github.com>
Thu, 1 Apr 2021 12:13:42 +0000 (14:13 +0200)
commit61092a99c4840f36dbde8457cb566fc3c012930f
tree9e3998cd170d987c990bbcf53c689047e771dd5a
parentbaf10da75072d1f8ec714d3c2c8550d34db343a9
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.
Doc/data/stable_abi.dat
Tools/scripts/stable_abi.py