[issue1657] [patch] epoll and kqueue wrappers for the select module

Erik Gorset report at bugs.python.org
Sun Jun 21 23:59:21 CEST 2009


Erik Gorset <erik at gorset.no> added the comment:

The kqueue implementation is not working. It has a silly bug:

-				chl[i] = ((kqueue_event_Object *)ei)->e;
+				chl[i++] = ((kqueue_event_Object *)ei)->e;

I've created issue 5910 and included a patch, which also adds another test 
case. Anything else I need to do to get the patch accepted?

----------
nosy: +Erik Gorset

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


More information about the Python-bugs-list mailing list