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
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: