Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-43690: stable_abi.py no longer parses macros #25136

Merged
merged 1 commit into from Apr 1, 2021

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Apr 1, 2021

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.

https://bugs.python.org/issue43690

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.
@vstinner vstinner merged commit 61092a9 into python:master Apr 1, 2021
10 of 11 checks passed
@vstinner vstinner deleted the stable_abi_macros branch Apr 1, 2021
kreathon pushed a commit to kreathon/cpython that referenced this pull request May 2, 2021
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants