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

2009-06-21 Thread Erik Gorset
Erik Gorset 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 p

[issue5910] kqueue for more than one event is broken.

2009-05-02 Thread Erik Gorset
New submission from Erik Gorset : The kqueue code doesn't increment the index when building the changelist. The patch should work for both py26 and py30. -- components: Extension Modules files: kqueue.patch keywords: patch messages: 86984 nosy: Erik Gorset severity: normal status: