[issue18931] new selectors module should support devpoll on Solaris

Giampaolo Rodola' report at bugs.python.org
Mon Mar 17 22:17:39 CET 2014


Giampaolo Rodola' added the comment:

Sorry for not being able to rewrite the patch in time for 3.4.
I will provide an updated patch (I need to setup an Open Solaris box first though).
The code for poll(), epoll() and /dev/poll will have many similarities, so I think it makes sense to refactor it and use a base class to avoid code duplication, similarly to what I did in my original patch.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18931>
_______________________________________


More information about the Python-bugs-list mailing list