* 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
|
Nice! Hooray for moving that out of the main module :) |
to a new Python/config.c file.
https://bugs.python.org/issue34170