Message89588
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? |
|
Date |
User |
Action |
Args |
2009-06-21 21:59:21 | Erik Gorset | set | recipients:
+ Erik Gorset, gvanrossum, gregory.p.smith, jimjjewett, therve, giampaolo.rodola, christian.heimes, trent, intgr |
2009-06-21 21:59:21 | Erik Gorset | set | messageid: <1245621561.32.0.0914916461164.issue1657@psf.upfronthosting.co.za> |
2009-06-21 21:59:20 | Erik Gorset | link | issue1657 messages |
2009-06-21 21:59:20 | Erik Gorset | create | |
|