cpython: 7a1737033a23 (original) (raw)

Mercurial > cpython

changeset 91746:7a1737033a23

Issue #22018: Hum, set_wakeup_fd() still raises ValueError on Windows [#22018]

Victor Stinner victor.stinner@gmail.com
date Mon, 21 Jul 2014 17:17:28 +0200
parents 42cf963e3ab1
children e405bcbf761c
files Lib/test/test_signal.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-)[+] [-] Lib/test/test_signal.py 3

line wrap: on

line diff

--- a/Lib/test/test_signal.py +++ b/Lib/test/test_signal.py @@ -252,7 +252,8 @@ class WakeupFDTests(unittest.TestCase): def test_invalid_fd(self): fd = support.make_bad_fd()

def test_set_wakeup_fd_result(self): r1, w1 = os.pipe()