SIGN IN SIGN UP

[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)
V
Victor Stinner committed
34d57d5871673ba3ed115a5bd7ede9c63effd05c
Parent: 05f5d41
Committed by GitHub <noreply@github.com> on 12/3/2023, 11:54:59 AM