Skip to content

PEP 587 version 5 - #1086

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:pep587_v5
May 24, 2019
Merged

PEP 587 version 5#1086
vstinner merged 1 commit into
python:masterfrom
vstinner:pep587_v5

Conversation

@vstinner

Copy link
Copy Markdown
Member
  • Add "Experimental Multi-Phase Initialization API" section
  • Add PyPreConfig._config_init private field.
  • Rename PyInitError to PyStatus.
  • Rename PyInitError_Failed() to PyStatus_Exception()
  • Rename Py_ExitInitError() to Py_ExitStatusException()
  • Fix Python Configuration default values: isolated=0
    and use_environment=1, instead of -1.
  • Document #ifdef MS_WINDOWS
  • Define path conf function

* Add "Experimental Multi-Phase Initialization API" section
* Add PyPreConfig._config_init private field.
* Rename PyInitError to PyStatus.
* Rename PyInitError_Failed() to PyStatus_Exception()
* Rename Py_ExitInitError() to Py_ExitStatusException()
* Fix Python Configuration default values: isolated=0
and use_environment=1, instead of -1.
* Document #ifdef MS_WINDOWS
* Define path conf function
@vstinner
vstinner merged commit fcdd72d into python:masterMay 24, 2019
@vstinner
vstinner deleted the pep587_v5 branch May 24, 2019 19:21
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@vstinner@the-knights-who-say-ni