mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
Remove inclusions prior to Python.h. <stdbool.h> will cause <features.h> to be included before Python.h can define some macros to enable some additional features, causing multiple types not to be defined down the line.
Miscellaneous source files for the main Python shared library