Giampaolo Rodola' added the comment:

I'm playing with devpoll on Open Solaris and it seems it works exactly as 
poll(). Basically a copy & paste of PollSelector class with a different 
self._poll attribute will suffice.
With dev/poll support you now have 3 classes (PollSelector, EpollSelector, 
DevpollSelector) which look basically the same except for very little details. 
It looks like there's space for some code reuse / refactoring.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16853>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to