Skip to content

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

Closed
vstinner wants to merge 2 commits intopython:masterfrom
vstinner:test_pty_basic
Closed

bpo-31158: Fix test_pty.test_basic()#3802
vstinner wants to merge 2 commits intopython:masterfrom
vstinner:test_pty_basic

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented Sep 28, 2017

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
Copy link
Copy Markdown
Member Author

vstinner commented Oct 2, 2017

@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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants