Skip to content

bpo-39936: _aix_support uses _bootsubprocess#18970

Merged
vstinner merged 1 commit intopython:masterfrom
vstinner:aix_support_bootstrap
Mar 12, 2020
Merged

bpo-39936: _aix_support uses _bootsubprocess#18970
vstinner merged 1 commit intopython:masterfrom
vstinner:aix_support_bootstrap

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Mar 12, 2020

AIX: Fix _aix_support module when the subprocess is not available,
when building Python from scratch. It now uses new private
_bootsubprocess module, rather than having two implementations
depending if subprocess is available or not. So
_aix_support.aix_platform() result is now the same if subprocess is
available or not.

https://bugs.python.org/issue39936

AIX: Fix _aix_support module when the subprocess is not available,
when building Python from scratch. It now uses new private
_bootsubprocess module, rather than having two implementations
depending if subprocess is available or not. So
_aix_support.aix_platform() result is now the same if subprocess is
available or not.
@vstinner vstinner merged commit c846ef0 into python:master Mar 12, 2020
@vstinner vstinner deleted the aix_support_bootstrap branch March 12, 2020 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants