Skip to content

audit: add Py_TYPE to allowed symbols list #138

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

woodruffw
Copy link
Member

@woodruffw woodruffw commented May 11, 2025

Not technically part of the stable ABI until
3.14, but is defined as static inline when
used with the limited API and therefore
exhibits the same indirect ABI compatibility
behavior as Py_XDECREF.

NB: I haven't done anything with Py_NewRef/_Py_NewRef
yet, pending clarification on #137.

Closes #137.

Not technically part of the stable ABI until
3.14, but is defined as `static inline` when
used with the limited API and therefor
exhibits the same indirect ABI compatibility
behavior as `Py_XDECREF`.
@woodruffw woodruffw self-assigned this May 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Py_TYPE and Py_REFCNT pre-3.14
1 participant