bpo-35134: Move classobject.h to Include/cpython/ (GH-28968)
Move classobject.h, context.h, genobject.h and longintrepr.h header files from Include/ to Include/cpython/. Remove redundant "#ifndef Py_LIMITED_API" in context.h. Remove explicit #include "longintrepr.h" in C files. It's not needed, Python.h already includes it.
V
Victor Stinner committed
8e5de40f90476249e9a2e5ef135143b5c6a0b512
Parent: 9ce9cfe
Committed by GitHub <noreply@github.com>
on 10/15/2021, 7:46:29 AM