bpo-35134: Don't define types twice in header files (GH-10754)
Fix the following clang warning:
Include/cpython/pystate.h:217:3: warning: redefinition of
typedef 'PyThreadState' is a C11 feature [-Wtypedef-redefinition] V
Victor Stinner committed
9bdd2de84c1af55fbc006d3f892313623bd0195c
Parent: 1c60715
Committed by GitHub <noreply@github.com>
on 11/27/2018, 10:54:59 PM