]> granicus.if.org Git - python/commit
Issue #22042: signal.set_wakeup_fd(fd) now raises an exception if the file
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 27 Aug 2014 10:59:44 +0000 (12:59 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 27 Aug 2014 10:59:44 +0000 (12:59 +0200)
commit3822760f2d6ce4ab61daab2ab5ebc83bea839e92
tree849139257c073fd7bf91252c94af2ea165b2fc24
parent86cc17e69ebc002318d62501e914dc9bb394e503
Issue #22042: signal.set_wakeup_fd(fd) now raises an exception if the file
descriptor is in blocking mode.
Lib/test/test_signal.py
Misc/NEWS
Modules/signalmodule.c