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