mirror of
https://github.com/python/cpython.git
synced 2026-06-08 20:35:04 -04:00
d9e444dbb8
Avoid duplicated declarations of "extern" functions in Python/frozen.c. Compiler warnings seen by building Python with gcc -Wredundant-decls.