Skip to content

bpo-39936: _aix_support uses _bootsubprocess #18970

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 12, 2020
Merged

bpo-39936: _aix_support uses _bootsubprocess #18970

merged 1 commit into from
Mar 12, 2020

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