Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

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

Appearance settings

bpo-31160: Fix test_builtin.test_input_no_stdout_fileno()#19312

Closed
vstinner wants to merge 1 commit into
python:masterpython/cpython:masterfrom
vstinner:test_input_no_stdout_filenoCopy head branch name to clipboard
Closed

bpo-31160: Fix test_builtin.test_input_no_stdout_fileno()#19312
vstinner wants to merge 1 commit into
python:masterpython/cpython:masterfrom
vstinner:test_input_no_stdout_filenoCopy head branch name to clipboard

Conversation

@vstinner

@vstinner vstinner commented Apr 2, 2020

Copy link
Copy Markdown
Member

bpo-31160, bpo-40140, bpo-40155: Fix test_input_no_stdout_fileno() of
test_builtin.

test.support.wait_process() can now be called with exitcode=None to
not check the exit code. Moreover, it now returns the child process
exit code, so it can be checked in the caller.

https://bugs.python.org/issue31160

bpo-31160, bpo-40140, bpo-40155: Fix test_input_no_stdout_fileno() of
test_builtin.

test.support.wait_process() can now be called with exitcode=None to
not check the exit code. Moreover, it now returns the child process
exit code, so it can be checked in the caller.
@vstinner

vstinner commented Apr 2, 2020

Copy link
Copy Markdown
Member Author

This PR doesn't fix https://bugs.python.org/issue40140.

I abandon this PR in favor of PR 19314 which fix https://bugs.python.org/issue40140.

@vstinner vstinner closed this Apr 2, 2020
@vstinner vstinner deleted the test_input_no_stdout_fileno branch April 3, 2020 00:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.