mentioned this pull request
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.
marked this pull request as ready for review
Closed
pushed a commit to miss-islington/cpython that referenced this pull request
) 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
) Co-authored-by: Victor Stinner <[email protected]>
added a commit that referenced this pull request
) (
)
: Limited C API implements Py_INCREF() as func (
) 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
) Co-authored-by: Victor Stinner <[email protected]>