]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106560: Fix redundant declarations in Python/frozen.c (#112612)
authorVictor Stinner <vstinner@python.org>
Sun, 3 Dec 2023 11:18:24 +0000 (12:18 +0100)
committerGitHub <noreply@github.com>
Sun, 3 Dec 2023 11:18:24 +0000 (12:18 +0100)
commitd9e444dbb86e173ee5b8491e3facbd447b91eaed
treee7df87caad725a64d3646ec3d72dbd59211c9f03
parent1f2a676785d48ed9ac01e60cc56a82e44b725474
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.
Python/frozen.c
Tools/build/freeze_modules.py