]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport fixes on test_eintr
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 28 Jan 2016 17:13:45 +0000 (18:13 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 28 Jan 2016 17:13:45 +0000 (18:13 +0100)
commit8f475effbc860e84e266923f9c19915914cc780f
tree2ff5ebfee3fc8ecf02a771a70c6ae5ba005e1699
parentad13edb6fd590f836b7f5cb6b4b230ed0e27bc76
Backport fixes on test_eintr

* Issue #25234: Skip test_eintr.test_open() under OS X to avoid hanging
* Issue #25868: Try to make test_eintr.test_sigwaitinfo() more reliable
  especially on slow buildbots. Use a pipe to synchronize the parent and the
  child processes.
Lib/test/eintrdata/eintr_tester.py