diff options
author | Victor Stinner <vstinner@python.org> | 2023-12-03 12:16:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-03 12:16:31 +0100 |
commit | 1f2a676785d48ed9ac01e60cc56a82e44b725474 (patch) | |
tree | 8bde0ce4fcf587e2b9b39363afd2bb49daedaee4 /Python/marshal.c | |
parent | 29e6c7b68acac628b084a82670708008be262379 (diff) | |
download | cpython-1f2a676785d48ed9ac01e60cc56a82e44b725474.tar.gz cpython-1f2a676785d48ed9ac01e60cc56a82e44b725474.zip |
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/marshal.c')
0 files changed, 0 insertions, 0 deletions