mirror of
https://github.com/python/cpython.git
synced 2025-08-22 09:45:06 +00:00
bpo-34170: Add Python/coreconfig.c for _PyCoreConfig (GH-8607)
* 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 commit is contained in:
parent
cfc8831f5e
commit
6c785c0ebd
14 changed files with 1314 additions and 1288 deletions
|
@ -111,6 +111,7 @@
|
|||
#include "codecs.h"
|
||||
#include "pyerrors.h"
|
||||
|
||||
#include "coreconfig.h"
|
||||
#include "pystate.h"
|
||||
#include "context.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue