mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
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