]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102304: Rename _Py_IncRefTotal_DO_NOT_USE_THIS() (#107193)
authorVictor Stinner <vstinner@python.org>
Mon, 24 Jul 2023 19:47:50 +0000 (21:47 +0200)
committerGitHub <noreply@github.com>
Mon, 24 Jul 2023 19:47:50 +0000 (19:47 +0000)
commit8ebc9fc321ba1eeb3282c2170f351c54956893e6
tree3d76e9bab8e2be37f959e6a439d96d67c8fe1e65
parente717b47ed8ae7017f0bfb835fe673aa836e8fcca
gh-102304: Rename _Py_IncRefTotal_DO_NOT_USE_THIS() (#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
Include/object.h
Objects/object.c