mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
* _PyCoreConfig_Read() no longer directly modifies Py_IsolatedFlag and Py_NoSiteFlag global configuration flags. The function now requires two pointers to integer, so these flags can be set later, to avoid side effets in _PyCoreConfig_Read(). * pathconfig_global_init() now leaves Py_IsolatedFlag and Py_NoSiteFlag unchanged. * Fix pathconfig_global_init(): avoid computing the path configuration twice, use _PyCoreConfig_SetPathConfig(). |
||
|---|---|---|
| .. | ||
| ceval.h | ||
| condvar.h | ||
| context.h | ||
| gil.h | ||
| hamt.h | ||
| hash.h | ||
| import.h | ||
| mem.h | ||
| pygetopt.h | ||
| pystate.h | ||
| warnings.h | ||