]> granicus.if.org Git - python/commit
Issue #25868: Try to make test_eintr.test_sigwaitinfo() more reliable
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 15 Dec 2015 10:29:59 +0000 (11:29 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 15 Dec 2015 10:29:59 +0000 (11:29 +0100)
commit129a41449071928cc7afcb4789cfae22b08607b3
treecdd8219335db657c4635b1c1b0a5ec92b930c838
parente4495877dd08b4d0568bb8a75ae5c69b3d91ff60
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