mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
85addfb9c6
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