]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)
authorVictor Stinner <vstinner@python.org>
Thu, 31 Mar 2022 08:02:34 +0000 (10:02 +0200)
committerGitHub <noreply@github.com>
Thu, 31 Mar 2022 08:02:34 +0000 (10:02 +0200)
commitf0bc69485677ae8973685866ada0982976d3878f
tree0d64ad8e39f8e7ad7835d87416b8f6bf9c3d4460
parentc14d7e4b816134b8e93ece4066a86d229631ce96
bpo-47164: Add _PyCFunction_CAST() macro (GH-32192)

Use the macro in C files of the Python/ directory.
Doc/c-api/structures.rst
Include/methodobject.h
Python/_warnings.c
Python/bltinmodule.c
Python/context.c
Python/hamt.c
Python/sysmodule.c
Python/traceback.c