]> granicus.if.org Git - python/commit
Issue #26870: Poll() also fails on OS X; try select()
authorMartin Panter <vadmium+py@gmail.com>
Sun, 15 May 2016 15:04:58 +0000 (15:04 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sun, 15 May 2016 15:04:58 +0000 (15:04 +0000)
commit79f561d126d09d6d7ea1457a2a6ef267d93e6448
treedba6a574859f963cb6084d8e2fd92499680f7538
parent2e1d8683c17f05cb1667e48f205856d8ad02a02a
Issue #26870: Poll() also fails on OS X; try select()

Also work around separate Open BSD bug with kill() of a zombie.
Lib/test/test_readline.py