bpo-40094: Fix which.py script exit code by vstinner · Pull Request #19286 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner merged 1 commit intopython:masterfrom

vstinner:scripts_which

Apr 2, 2020

Merged

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

vstinner merged 1 commit intopython:masterfrom

vstinner:scripts_which

Conversation

@vstinner

Copy link Copy Markdown

Member

@vstinner vstinner commented

Apr 1, 2020

edited by bedevere-bot

Loading

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 Copy Markdown

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

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

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