]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-116869: Make C API compatible with ISO C90 (GH-116950) (#117011)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 19 Mar 2024 16:06:15 +0000 (17:06 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Mar 2024 16:06:15 +0000 (16:06 +0000)
commit5da6e3082cfd0a08815709654584d3ccfc66e2ad
treeaeac60c6cdd1a5ead2ae6a36047b99260019fc98
parent1627c1ee01d4f12fdfd99be8bf534e25494e950d
[3.12] gh-116869: Make C API compatible with ISO C90 (GH-116950) (#117011)

gh-116869: Make C API compatible with ISO C90 (GH-116950)

Make the C API compatible with -Werror=declaration-after-statement
compiler flag again.
(cherry picked from commit a9c304cf020e2fa3ae78fd88359dfc808c9dd639)

Co-authored-by: Victor Stinner <vstinner@python.org>
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]