gh-105387: Limited C API implements Py_INCREF() as func by vstinner · Pull Request #105388 · python/cpython

bedevere-bot · GitHub

mentioned this pull request

Jun 6, 2023

Closed

Closed

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.

vstinner

marked this pull request as ready for review

June 9, 2023 09:45

Closed

miss-islington

pushed a commit to miss-islington/cpython that referenced this pull request

Jun 14, 2023

…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 <[email protected]>

vstinner

added a commit that referenced this pull request

Jun 14, 2023

…5388

) (

#105763

)

gh-105387

: Limited C API implements Py_INCREF() as func (

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 <[email protected]>