mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
34d57d5871
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 d9e444dbb8)
Miscellaneous source files for the main Python shared library