mirror of
https://github.com/python/cpython.git
synced 2026-01-27 13:15:25 +00:00
Add a new _PyCompilerFlags_INIT macro to initialize PyCompilerFlags variables, rather than initializing cf_flags and cf_feature_version explicitly in each variable.
Miscellaneous source files for the main Python shared library