Stop handling POLLHUP events, since we're only polling for input and
authorZac Medico <zmedico@gentoo.org>
Sat, 14 Aug 2010 04:29:54 +0000 (21:29 -0700)
committerZac Medico <zmedico@gentoo.org>
Sat, 14 Aug 2010 04:29:54 +0000 (21:29 -0700)
commit8b73b101f9f5bc9892b2b8f651625fba372c2db6
treec9128e1c0ae098a1dca453af735662add2415d28
parent20bbc6397a97c9eaae672070b9c54b566070d1ff
Stop handling POLLHUP events, since we're only polling for input and
POLLHUP is really intendend for purposes of output polling. Hopefully
this solves a problem with POLLHUP events causing premature
unregistration of event handlers (and subsequent hang in waitpid).
pym/_emerge/AbstractPollTask.py