mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
![]() _PyPreConfig_InitPythonConfig() and _PyCoreConfig_InitPythonConfig() no longer inherit their values from global configuration variables. Changes: * _PyPreCmdline_Read() now ignores -X dev and PYTHONDEVMODE if dev_mode is already set. * Inline _PyPreConfig_INIT macro into _PyPreConfig_Init() function. * Inline _PyCoreConfig_INIT macro into _PyCoreConfig_Init() function. * Replace _PyCoreConfig_Init() with _PyCoreConfig_InitPythonConfig() in most tests of _testembed.c. * Replace _PyCoreConfig_Init() with _PyCoreConfig_InitIsolatedConfig() in _freeze_importlib.c. * Move some initialization functions from the internal to the private API. |
||
---|---|---|
.. | ||
pycore_accu.h | ||
pycore_atomic.h | ||
pycore_ceval.h | ||
pycore_condvar.h | ||
pycore_context.h | ||
pycore_coreconfig.h | ||
pycore_fileutils.h | ||
pycore_getopt.h | ||
pycore_gil.h | ||
pycore_hamt.h | ||
pycore_object.h | ||
pycore_pathconfig.h | ||
pycore_pyhash.h | ||
pycore_pylifecycle.h | ||
pycore_pymem.h | ||
pycore_pystate.h | ||
pycore_tupleobject.h | ||
pycore_warnings.h |