[issue16853] add a Selector to the select module

Charles-François Natali report at bugs.python.org
Wed Aug 21 09:09:50 CEST 2013


Charles-François Natali added the comment:

> I've lost track -- who is waiting for whom?  I reviewed the patch selector-12.diff and received zero response AFAICT.  (Maybe the email from Rietveld didn't make it?)

I was on vacation, and then had to cope with many emails :-)
I'll update the patch with your comments soon.

> Maybe the main issue is that I would prefer if the selector classes were in a separate module (selectors.py) than the low-level select/poll/etc. calls.  I think it makes sense if the selectors module *only* defines the high level classes and not the messy low-level stuff, since an app shouldn't be using both at the same time.

I agree with Antoine (i.e. I think select is OK), but if it really
bothers you, I can change it.
I just don't want to do it twice :-)

----------

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


More information about the Python-bugs-list mailing list