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 christian.heimes
Recipients christian.heimes, therve
Date 2007-12-23.21:07:28
SpamBayes Score 0.19526851
Marked as misclassified No
Message-id <1198444049.73.0.00983289475293.issue1657@psf.upfronthosting.co.za>
In-reply-to
Content
I had some trouble with your patch. BSD doesn't raise a socket error
with EINPROGRESS and it sets the ENABLE and ADD flags to 0.

The new patch removes the preallocated buffer and adds fromfd() class
methods. kevent objects are fully orderable, too.
Files
File name Uploaded
trunk_select_epoll_kqueue6.patch christian.heimes, 2007-12-23.21:07:29
History
Date User Action Args
2007-12-23 21:07:30christian.heimessetspambayes_score: 0.195269 -> 0.19526851
recipients: + christian.heimes, therve
2007-12-23 21:07:29christian.heimessetspambayes_score: 0.195269 -> 0.195269
messageid: <1198444049.73.0.00983289475293.issue1657@psf.upfronthosting.co.za>
2007-12-23 21:07:29christian.heimeslinkissue1657 messages
2007-12-23 21:07:29christian.heimescreate