]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST() (#92230)
authorVictor Stinner <vstinner@python.org>
Tue, 3 May 2022 14:37:06 +0000 (16:37 +0200)
committerGitHub <noreply@github.com>
Tue, 3 May 2022 14:37:06 +0000 (16:37 +0200)
commitfbd5539a54a1cf79dd9623a24d42d363bf084897
tree2fa49feb64acb58f36fe9456143e5d0270da1350
parentf6f36cc26978e3036a6c5c068fca5b8135f27ef3
gh-92135: Rename _Py_reinterpret_cast() to _Py_CAST() (#92230)

Rename also _Py_static_cast() to _Py_STATIC_CAST().
Include/cpython/abstract.h
Include/cpython/listobject.h
Include/cpython/methodobject.h
Include/cpython/tupleobject.h
Include/cpython/unicodeobject.h
Include/methodobject.h
Include/object.h
Include/objimpl.h
Include/pyport.h