]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-106560: Fix redundant declarations in Python/frozen.c (#112612) (#112651)
authorVictor Stinner <vstinner@python.org>
Sun, 3 Dec 2023 11:54:59 +0000 (12:54 +0100)
committerGitHub <noreply@github.com>
Sun, 3 Dec 2023 11:54:59 +0000 (11:54 +0000)
commit34d57d5871673ba3ed115a5bd7ede9c63effd05c
tree3f2ecf5badbdbec17df6bd84ad37ecc52dd8cdce
parent05f5d416de88353d4f4568d0e30a22a7f23ba487
[3.12] gh-106560: Fix redundant declarations in Python/frozen.c (#112612) (#112651)

gh-106560: Fix redundant declarations in Python/frozen.c (#112612)

Avoid duplicated declarations of "extern" functions in
Python/frozen.c.

Compiler warnings seen by building Python with gcc -Wredundant-decls.

(cherry picked from commit d9e444dbb86e173ee5b8491e3facbd447b91eaed)
Python/frozen.c
Tools/build/freeze_modules.py