mirror of
https://github.com/python/cpython.git
synced 2026-01-30 06:36:55 +00:00
Setup modules are no longer built with -DPy_BUILD_CORE by default, as using that flag may now require including additional internal-only header files. Instead, only the modules that specifically need it use that setting.
Source files for standard library extension modules, and former extension modules that are now builtin modules.