FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

bpo-43690: stable_abi.py no longer parses macros by vstinner · Pull Request #25136 · python/cpython · GitHub

/ cpython Public

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

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:stable_abi_macros
Apr 1, 2021
Merged

bpo-43690: stable_abi.py no longer parses macros#25136
vstinner merged 1 commit into
python:masterfrom
vstinner:stable_abi_macros

Conversation

vstinner commented Apr 1, 2021
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

3 participants


Back | FazBrowse Home | New Git URL