bpo-40094: Fix which.py script exit code by vstinner · Pull Request #19286 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.5k
Merged
bpo-40094: Fix which.py script exit code#19286
vstinner merged 1 commit intopython:masterfrom
vstinner:scripts_which
bpo-40094: Fix which.py script exit code#19286
vstinner merged 1 commit intopython:masterfrom
vstinner:scripts_which
Conversation
Copy link Copy Markdown
Member
It now uses os.waitstatus_to_exitcode() to convert os.system() exit
status into an exit code.
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting core review
label
It now uses os.waitstatus_to_exitcode() to convert os.system() exit status into an exit code.
Copy link Copy Markdown
Member Author
vstinner
commented
Apr 2, 2020
vstinner commented
Apr 2, 2020PR rebased to retrieve the fix for Azure Pipelines.
vstinner
merged commit
e7c98f0
into
python:master
bedevere-bot
removed
the
awaiting core review
label
vstinner
deleted the
scripts_which
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment