]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89653: PEP 670: Macros always cast arguments in cpython/ (#93766)
authorVictor Stinner <vstinner@python.org>
Mon, 13 Jun 2022 18:09:40 +0000 (20:09 +0200)
committerGitHub <noreply@github.com>
Mon, 13 Jun 2022 18:09:40 +0000 (20:09 +0200)
commitdf22eec4215e515e36e387b9022fb8ca95fd39af
tree4ffe387870208583adfa22ab275ba72dcdbea1c5
parentc2007573dd449ae054f9fd5227e49ac9eef00ae8
gh-89653: PEP 670: Macros always cast arguments in cpython/ (#93766)

Header files in the Include/cpython/ are only included if
the Py_LIMITED_API macro is not defined.
Include/cpython/bytearrayobject.h
Include/cpython/bytesobject.h
Include/cpython/cellobject.h
Include/cpython/dictobject.h
Include/cpython/listobject.h
Include/cpython/methodobject.h
Include/cpython/tupleobject.h
Include/cpython/unicodeobject.h
Include/cpython/weakrefobject.h