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
Date 2007-12-19.06:57:06
SpamBayes Score 0.014637993
Marked as misclassified No
Message-id <1198047428.24.0.557544624136.issue1657@psf.upfronthosting.co.za>
In-reply-to
Content
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
Files
File name Uploaded
trunk_select_epoll.patch christian.heimes, 2007-12-19.06:57:07
History
Date User Action Args
2007-12-19 17:43:16christian.heimesunlinkissue1657 messages
2007-12-19 06:57:08christian.heimessetspambayes_score: 0.014638 -> 0.014637993
recipients: + christian.heimes
2007-12-19 06:57:08christian.heimessetspambayes_score: 0.014638 -> 0.014638
messageid: <1198047428.24.0.557544624136.issue1657@psf.upfronthosting.co.za>
2007-12-19 06:57:08christian.heimeslinkissue1657 messages
2007-12-19 06:57:07christian.heimescreate