]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116869: Make C API compatible with ISO C90 (#116950)
authorVictor Stinner <vstinner@python.org>
Mon, 18 Mar 2024 19:16:58 +0000 (20:16 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Mar 2024 19:16:58 +0000 (20:16 +0100)
commita9c304cf020e2fa3ae78fd88359dfc808c9dd639
tree27d72813f8a5f84f89f4c551efd1c5d07d2eda1f
parent590a26010d5d7f27890f89820645580bb8f28547
gh-116869: Make C API compatible with ISO C90 (#116950)

Make the C API compatible with -Werror=declaration-after-statement
compiler flag again.
Include/cpython/longintrepr.h
Include/object.h
Misc/NEWS.d/next/C API/2024-03-18-09-58-46.gh-issue-116869.LFDVKM.rst [new file with mode: 0644]