]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89653: PEP 670: Convert PyDict_GET_SIZE() macro to function (#92695)
authorVictor Stinner <vstinner@python.org>
Wed, 11 May 2022 22:58:42 +0000 (00:58 +0200)
committerGitHub <noreply@github.com>
Wed, 11 May 2022 22:58:42 +0000 (00:58 +0200)
commitf9b67ad7701a4d51c0c895db4087ebd66743aa82
tree685cc351188cc2524853e506ca53d48dfd5ea5b5
parentb3f99b69d03cf0ea72a567a81e8bc4bc074ab303
gh-89653: PEP 670: Convert PyDict_GET_SIZE() macro to function (#92695)

The limited C API version 3.12 no longer casts the argument.
Include/cpython/dictobject.h