]> granicus.if.org Git - python/commit
bpo-31158: Fix nondeterministic read in test_pty (#3808)
authorCornelius Diekmann <c.diekmann@googlemail.com>
Mon, 2 Oct 2017 09:39:55 +0000 (11:39 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 2 Oct 2017 09:39:55 +0000 (02:39 -0700)
commite6f62f69f07892b993910ff03c9db3ffa5cb9ca5
tree0957e91181e1e6c5fae137d5e92e885a5a293b73
parentb75a228af8c0553aef44e4e03763af90fbc8737f
bpo-31158: Fix nondeterministic read in test_pty (#3808)

* bpo-31158: Fix nondeterministic read in test_pty

* Reuse existing readline implementation from io.

Thx to @pitrou

* Updated comment

Ideally, this commit is fixuped into the previous commit. Since there is
already a comment on github, I won't rebase.
Lib/test/test_pty.py