]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-102304: Consolidate Direct Usage of _Py_RefTotal (gh-102514)
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 8 Mar 2023 19:03:50 +0000 (12:03 -0700)
committerGitHub <noreply@github.com>
Wed, 8 Mar 2023 19:03:50 +0000 (12:03 -0700)
commitcbb0aa71d040022db61390380b8aebc7c04f3275
tree9ff9e2f3141fbd5bdc2446144955722a7d63afa9
parent11a2c6ce516b24b2435cb627742a6c4df92d411c
gh-102304: Consolidate Direct Usage of _Py_RefTotal (gh-102514)

This simplifies further changes to _Py_RefTotal (e.g. make it atomic or move it to PyInterpreterState).

https://github.com/python/cpython/issues/102304
Include/cpython/object.h
Include/internal/pycore_object.h
Include/object.h
Modules/_testcapimodule.c
Objects/bytesobject.c
Objects/dictobject.c
Objects/object.c
Objects/structseq.c
Objects/tupleobject.c
Objects/unicodeobject.c