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-19.17:44:11
SpamBayes Score 0.043229904
Marked as misclassified No
Message-id <1198086251.58.0.215531078165.issue1657@psf.upfronthosting.co.za>
In-reply-to
Content
I mistakenly removed the wrong message. Here is the original msg:
 
The patch implements Linux's epoll interface
(http://linux.die.net/man/4/epoll). My patch doesn't introduce a new
module like http://bugs.python.org/issue1675118 and it wraps the epoll
control fd in an object like Twisted's _epoll.pyd interface.

My interface is almost identical to Twisted's API except for some names.
I named my control function "control" instead of "_control" and the
constants are all named "select.EPOLL_SPAM" instead of "SPAM".

Missing:
Documentation
History
Date User Action Args
2007-12-19 17:44:11christian.heimessetspambayes_score: 0.0432299 -> 0.043229904
recipients: + christian.heimes, therve
2007-12-19 17:44:11christian.heimessetspambayes_score: 0.0432299 -> 0.0432299
messageid: <1198086251.58.0.215531078165.issue1657@psf.upfronthosting.co.za>
2007-12-19 17:44:11christian.heimeslinkissue1657 messages
2007-12-19 17:44:11christian.heimescreate