]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105387: Limited C API implements Py_INCREF() as func (#105388)
authorVictor Stinner <vstinner@python.org>
Wed, 14 Jun 2023 00:33:00 +0000 (02:33 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Jun 2023 00:33:00 +0000 (02:33 +0200)
commitb542972dc133973a7f0517aa1b61779271789111
treedc5943f87f594eb7fbac8205427bb1f45bfc7044
parentf3266c05b6186ab6d1db0799c06b8f76aefe7cf1
gh-105387: Limited C API implements Py_INCREF() as func (#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.
Doc/whatsnew/3.12.rst
Include/object.h
Misc/NEWS.d/next/C API/2023-06-09-12-35-55.gh-issue-105387.wM_oL-.rst [new file with mode: 0644]