Skip to content

bpo-41731: Make test_cmd_line_script pass with -vv#22206

Merged
terryjreedy merged 2 commits intopython:masterfrom
terryjreedy:cltest
Sep 12, 2020
Merged

bpo-41731: Make test_cmd_line_script pass with -vv#22206
terryjreedy merged 2 commits intopython:masterfrom
terryjreedy:cltest

Conversation

@terryjreedy
Copy link
Copy Markdown
Member

@terryjreedy terryjreedy commented Sep 11, 2020

Argument script_exec_args is usually an absolute file name,
but twice has form ['-m', 'module_name'].

https://bugs.python.org/issue41731

Argument script_exec_args is usually an absolute file name,
but twice has form ['-m', 'module_name'].
@miss-islington
Copy link
Copy Markdown
Contributor

Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9.
🐍🍒⛏🤖

@terryjreedy terryjreedy deleted the cltest branch September 12, 2020 06:25
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 12, 2020
Argument script_exec_args is usually an absolute file name,
but twice has form ['-m', 'module_name'].
(cherry picked from commit 7e711ea)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@bedevere-bot
Copy link
Copy Markdown

GH-22213 is a backport of this pull request to the 3.9 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Sep 12, 2020
Argument script_exec_args is usually an absolute file name,
but twice has form ['-m', 'module_name'].
(cherry picked from commit 7e711ea)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
@bedevere-bot
Copy link
Copy Markdown

GH-22214 is a backport of this pull request to the 3.8 branch.

miss-islington added a commit that referenced this pull request Sep 12, 2020
Argument script_exec_args is usually an absolute file name,
but twice has form ['-m', 'module_name'].
(cherry picked from commit 7e711ea)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
miss-islington added a commit that referenced this pull request Sep 12, 2020
Argument script_exec_args is usually an absolute file name,
but twice has form ['-m', 'module_name'].
(cherry picked from commit 7e711ea)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
xzy3 pushed a commit to xzy3/cpython that referenced this pull request Oct 18, 2020
Argument script_exec_args is usually an absolute file name,
but twice has form ['-m', 'module_name'].
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants