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

[3.12] gh-105387: Limited C API implements Py_INCREF() as func (GH-105388) #105763

Merged
merged 1 commit into from
Jun 14, 2023

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jun 14, 2023

In the limited C API version 3.12, Py_INCREF() and Py_DECREF()
functions are now implemented as opaque function calls to hide
implementation details.
(cherry picked from commit b542972)

Co-authored-by: Victor Stinner vstinner@python.org


📚 Documentation preview 📚: https://cpython-previews--105763.org.readthedocs.build/

…GH-105388)

In the limited C API version 3.12, Py_INCREF() and Py_DECREF()
functions are now implemented as opaque function calls to hide
implementation details.
(cherry picked from commit b542972)

Co-authored-by: Victor Stinner <vstinner@python.org>
@vstinner vstinner enabled auto-merge (squash) June 14, 2023 00:33
@vstinner vstinner merged commit 26bc2cc into python:3.12 Jun 14, 2023
24 checks passed
@miss-islington miss-islington deleted the backport-b542972-3.12 branch June 14, 2023 01:05
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.

None yet

3 participants