◐ Shell
clean mode source ↗

bpo-31158: Fix test_pty.test_basic() by vstinner · Pull Request #3802 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

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

Sign up

Appearance settings

Closed

vstinner

wants to merge 2 commits into

python:masterfrom

vstinner:test_pty_basic

Closed

bpo-31158: Fix test_pty.test_basic()#3802

vstinner

wants to merge 2 commits into

python:masterfrom

vstinner:test_pty_basic

Conversation

@vstinner

@vstinner vstinner commented

Sep 28, 2017

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

Sometimes, the first read only returns the first written 5 bytes and
a second read is need to get the second part.

https://bugs.python.org/issue31158

Sometimes, the first read only returns the first written 5 bytes and
a second read is need to get the second part.

@vstinner

vstinner commented

Oct 2, 2017

Copy link Copy Markdown

Member Author

@vadmium prefers PR #3808. I don't really care, I only care of fixing the test which fails randomly. I merged PR #3808, I abandon my PR.

@vstinner vstinner closed this

Oct 2, 2017

@vstinner vstinner deleted the test_pty_basic branch

October 2, 2017 09:43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@vstinner @Mariatta @the-knights-who-say-ni @bedevere-bot