mirror of
https://github.com/python/cpython.git
synced 2026-08-11 03:38:55 +08: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