mirror of
https://github.com/python/cpython.git
synced 2026-06-08 12:25:29 -04:00
1f2a676785
Don't declare PyBool_Type, PyLong_Type and PySys_Audit() twice, but only once. Compiler warnings seen by building Python with gcc -Wredundant-decls.