Erik Gorset <e...@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 <rep...@bugs.python.org> <http://bugs.python.org/issue1657> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com