diff options
author | Victor Stinner <vstinner@python.org> | 2023-12-03 11:16:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-03 11:16:31 (GMT) |
commit | 1f2a676785d48ed9ac01e60cc56a82e44b725474 (patch) | |
tree | 8bde0ce4fcf587e2b9b39363afd2bb49daedaee4 /Python/frozen.c | |
parent | 29e6c7b68acac628b084a82670708008be262379 (diff) | |
download | cpython-1f2a676785d48ed9ac01e60cc56a82e44b725474.zip cpython-1f2a676785d48ed9ac01e60cc56a82e44b725474.tar.gz cpython-1f2a676785d48ed9ac01e60cc56a82e44b725474.tar.bz2 |
gh-106560: Fix redundant declarations in Include/ (#112611)
Don't declare PyBool_Type, PyLong_Type and PySys_Audit() twice, but
only once.
Compiler warnings seen by building Python with gcc -Wredundant-decls.
Diffstat (limited to 'Python/frozen.c')
0 files changed, 0 insertions, 0 deletions