bpo-34170: Add Python/coreconfig.c for _PyCoreConfig by vstinner · Pull Request #8607 · python/cpython
vstinner
changed the title
bpo-34170: Add Python/config.c for _PyCoreConfig
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig
* Add Include/coreconfig.h * Move config_*() and _PyCoreConfig_*() functions from Modules/main.c to a new Python/coreconfig.c file. * Inline _Py_ReadHashSeed() into config_init_hash_seed() * Move global configuration variables to coreconfig.c
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters