]> granicus.if.org Git - python/commit
Issue #23485: select.poll.poll() is now retried when interrupted by a signal
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Mar 2015 19:38:00 +0000 (21:38 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Mon, 30 Mar 2015 19:38:00 +0000 (21:38 +0200)
commit3c7d6e069331ceab0da6b794e4069f07bb3d4aac
tree42284993b3b0cdc127c69218140a2650e73b8e60
parentfa09beb1508f782b51ba0a2815c07e0294f40e95
Issue #23485: select.poll.poll() is now retried when interrupted by a signal
Doc/library/select.rst
Doc/whatsnew/3.5.rst
Lib/asyncore.py
Lib/selectors.py
Lib/test/eintrdata/eintr_tester.py
Modules/selectmodule.c