mirror of
https://github.com/python/cpython.git
synced 2026-08-04 07:01:03 +08:00
Remove the Include/code.h header file. C extensions should only include the main <Python.h> header file. Python.h includes directly Include/cpython/code.h instead.
Miscellaneous source files for the main Python shared library