Skip to content

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Sep 24, 2018

Make sure that "./python script.py" does not crash if the script
file doesn't exist.

https://bugs.python.org/issue34783

Make sure that "./python script.py" does not crash if the script
file doesn't exist.
@vstinner vstinner merged commit a46467f into python:master Sep 24, 2018
@vstinner vstinner deleted the nonexisting_script branch September 24, 2018 15:06
@miss-islington
Copy link
Contributor

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 24, 2018
…GH-9535)

Make sure that "./python script.py" does not crash if the script
file doesn't exist.
(cherry picked from commit a46467f)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
@bedevere-bot
Copy link

GH-9539 is a backport of this pull request to the 3.7 branch.

miss-islington added a commit that referenced this pull request Sep 24, 2018
Make sure that "./python script.py" does not crash if the script
file doesn't exist.
(cherry picked from commit a46467f)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants