Skip to content

bpo-36301: Remove _PyCoreConfig.preconfig#12546

Merged
vstinner merged 2 commits intopython:masterfrom
vstinner:dev_mode
Mar 26, 2019
Merged

bpo-36301: Remove _PyCoreConfig.preconfig#12546
vstinner merged 2 commits intopython:masterfrom
vstinner:dev_mode

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Mar 25, 2019

  • Replace _PyCoreConfig.preconfig with 3 new fields in _PyCoreConfig:
    isolated, use_environment, dev_mode.
  • Add _PyPreCmdline.dev_mode

https://bugs.python.org/issue36301

* Replace _PyCoreConfig.preconfig with 3 new fields in _PyCoreConfig:
  isolated, use_environment, dev_mode.
* Add _PyPreCmdline.dev_mode
@vstinner vstinner requested a review from a team March 26, 2019 00:05
@vstinner vstinner merged commit 2000495 into python:master Mar 26, 2019
@vstinner vstinner deleted the dev_mode branch March 26, 2019 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants