diff options
author | Victor Stinner <vstinner@python.org> | 2023-12-03 11:45:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-03 11:45:32 (GMT) |
commit | 05f5d416de88353d4f4568d0e30a22a7f23ba487 (patch) | |
tree | aeec78159710360bfbfd8c6e5cbb828fc9caf801 /Python/frozen.c | |
parent | 73cda994a39292c43402cb0914304c82b92b9f43 (diff) | |
download | cpython-05f5d416de88353d4f4568d0e30a22a7f23ba487.zip cpython-05f5d416de88353d4f4568d0e30a22a7f23ba487.tar.gz cpython-05f5d416de88353d4f4568d0e30a22a7f23ba487.tar.bz2 |
[3.12] gh-106560: Fix redundant declarations in Include/ (#112611) (#112650)
gh-106560: Fix redundant declarations in Include/ (#112611)
Don't declare PyBool_Type and PyLong_Type 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