◐ Shell
reader mode source ↗
Skip to content

bpo-32030: Add _PyMainInterpreterConfig.executable#4876

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:sys_endinit2
Dec 15, 2017
Merged

bpo-32030: Add _PyMainInterpreterConfig.executable#4876
vstinner merged 1 commit into
python:masterfrom
vstinner:sys_endinit2

Conversation

@vstinner

@vstinner vstinner commented Dec 15, 2017

Copy link
Copy Markdown
Member
  • Add new fields to _PyMainInterpreterConfig:

    • executable
    • prefix
    • base_prefix
    • exec_prefix
    • base_exec_prefix
  • _PySys_EndInit() now sets sys attributes from
    _PyMainInterpreterConfig

https://bugs.python.org/issue32030

* Add new fields to _PyMainInterpreterConfig:

  * executable
  * prefix
  * base_prefix
  * exec_prefix
  * base_exec_prefix

* _PySys_EndInit() now sets sys attributes from
  _PyMainInterpreterConfig
@vstinner vstinner added the label Dec 15, 2017
@vstinner vstinner merged commit 41264f1 into python:master Dec 15, 2017
@bedevere-bot bedevere-bot removed the label Dec 15, 2017
@vstinner vstinner deleted the sys_endinit2 branch December 15, 2017 01:05
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