Skip to content

bpo-40094: Fix which.py script exit code #19286

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
Apr 2, 2020
Merged

bpo-40094: Fix which.py script exit code #19286

merged 1 commit into from
Apr 2, 2020

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Apr 1, 2020

It now uses os.waitstatus_to_exitcode() to convert os.system() exit
status into an exit code.

https://bugs.python.org/issue40094

It now uses os.waitstatus_to_exitcode() to convert os.system() exit
status into an exit code.
@vstinner
Copy link
Member Author

vstinner commented Apr 2, 2020

PR rebased to retrieve the fix for Azure Pipelines.

@vstinner vstinner merged commit e7c98f0 into python:master Apr 2, 2020
@vstinner vstinner deleted the scripts_which branch April 2, 2020 01:43
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