]> granicus.if.org Git - python/commit
asyncore: POLLERR, POLLHUP and POLLNVAL are ignored when passed as input flag
authorCharles-François Natali <neologix@free.fr>
Sat, 5 Nov 2011 13:16:01 +0000 (14:16 +0100)
committerCharles-François Natali <neologix@free.fr>
Sat, 5 Nov 2011 13:16:01 +0000 (14:16 +0100)
commit88c2e45367e97b760efc1aec88f98dd3cd54a9c3
treefd89aefcf1bb38011e93b3e8197419839834ffc1
parent064e39330db471d2c31bd5abc101f5f9aea5b3e3
asyncore: POLLERR, POLLHUP and POLLNVAL are ignored when passed as input flag
to poll(2): don't set them.
Lib/asyncore.py