mirror of
https://github.com/python/cpython
synced 2024-11-02 15:20:44 +00:00
9e1b828265
The path configuration is now computed in the "main" initialization. The core initialization no longer computes it. * Add _PyConfig_Read() function to read the configuration without computing the path configuration. * pyinit_core() no longer computes the path configuration: it is now computed by init_interp_main(). * The path configuration output members of PyConfig are now optional: * executable * base_executable * prefix * base_prefix * exec_prefix * base_exec_prefix * _PySys_UpdateConfig() now skips NULL strings in PyConfig. * _testembed: Rename test_set_config() to test_init_set_config() for consistency with other tests. |
||
---|---|---|
.. | ||
_freeze_importlib.c | ||
_testembed.c | ||
python.c | ||
README |
Source files for binary executables (as opposed to shared modules)