This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Erik Gorset
Recipients Erik Gorset, christian.heimes, giampaolo.rodola, gregory.p.smith, gvanrossum, intgr, jimjjewett, therve, trent
Date 2009-06-21.21:59:20
SpamBayes Score 8.538067e-09
Marked as misclassified No
Message-id <1245621561.32.0.0914916461164.issue1657@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2009-06-21 21:59:21Erik Gorsetsetrecipients: + Erik Gorset, gvanrossum, gregory.p.smith, jimjjewett, therve, giampaolo.rodola, christian.heimes, trent, intgr
2009-06-21 21:59:21Erik Gorsetsetmessageid: <1245621561.32.0.0914916461164.issue1657@psf.upfronthosting.co.za>
2009-06-21 21:59:20Erik Gorsetlinkissue1657 messages
2009-06-21 21:59:20Erik Gorsetcreate