mirror of
https://github.com/python/cpython.git
synced 2026-03-06 13:00:50 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| ceval.h | ||
| condvar.h | ||
| context.h | ||
| gil.h | ||
| hamt.h | ||
| hash.h | ||
| import.h | ||
| mem.h | ||
| pygetopt.h | ||
| pystate.h | ||
| warnings.h | ||