bpo-36301: Add _Py_PreInitializeFromConfig() by vstinner · Pull Request #12536 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Merged
Conversation
- Initialize _PyPreConfig.dev_mode to -1.
- _PyPreConfig_Read(): coreconfig has the priority over preconfig.
- _PyCoreConfig_Read() now calls _PyPreCmdline_Read() internally.
- config_from_cmdline() now pass _PyPreCmdline to config_read().
- Add _PyPreCmdline_Copy().
* Initialize _PyPreConfig.dev_mode to -1. * _PyPreConfig_Read(): coreconfig has the priority over preconfig. * _PyCoreConfig_Read() now calls _PyPreCmdline_Read() internally. * config_from_cmdline() now pass _PyPreCmdline to config_read(). * Add _PyPreCmdline_Copy().
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters