Skip to content

bpo-34783: Add test_cmd_line_script.test_nonexisting_script()#9535

Merged
vstinner merged 2 commits into
python:masterfrom
vstinner:nonexisting_script
Sep 24, 2018
Merged

bpo-34783: Add test_cmd_line_script.test_nonexisting_script()#9535
vstinner merged 2 commits into
python:masterfrom
vstinner:nonexisting_script

Conversation

@vstinner

@vstinner vstinner commented Sep 24, 2018

Copy link
Copy Markdown
Member

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

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