]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-102304: Rename _Py_IncRefTotal_DO_NOT_USE_THIS() (GH-107193) (#107199)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 24 Jul 2023 20:59:51 +0000 (13:59 -0700)
committerGitHub <noreply@github.com>
Mon, 24 Jul 2023 20:59:51 +0000 (22:59 +0200)
commit3923639a77656915c3499b0283a45da727308f2a
tree73b1df3257b6a194952faef80075539be18d9126
parent5bf7165e591f2e7502672cc591cea480a5b91a8f
[3.12] gh-102304: Rename _Py_IncRefTotal_DO_NOT_USE_THIS() (GH-107193) (#107199)

gh-102304: Rename _Py_IncRefTotal_DO_NOT_USE_THIS() (GH-107193)

* Rename _Py_IncRefTotal_DO_NOT_USE_THIS() to _Py_INCREF_IncRefTotal()
* Rename _Py_DecRefTotal_DO_NOT_USE_THIS() to _Py_DECREF_DecRefTotal()
* Remove temporary _Py_INC_REFTOTAL() and _Py_DEC_REFTOTAL() macros
(cherry picked from commit 8ebc9fc321ba1eeb3282c2170f351c54956893e6)

Co-authored-by: Victor Stinner <vstinner@python.org>
Include/object.h
Objects/object.c