mirror of
https://github.com/python/cpython.git
synced 2026-05-09 14:11:28 -04:00
8e5de40f90
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.
Miscellaneous source files for the main Python shared library