[New-bugs-announce] [issue1657] [patch] select.epoll wrapper for Linux 2.6 epoll()

Christian Heimes report at bugs.python.org
Wed Dec 19 07:57:08 CET 2007


New submission from Christian Heimes:

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

----------
assignee: tiran
files: trunk_select_epoll.patch
keywords: patch, py3k
messages: 58795
nosy: tiran
priority: normal
severity: normal
status: open
title: [patch] select.epoll wrapper for Linux 2.6 epoll()
type: rfe
versions: Python 2.6, Python 3.0
Added file: http://bugs.python.org/file8992/trunk_select_epoll.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1657>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: trunk_select_epoll.patch
Type: text/x-diff
Size: 18182 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20071219/a835256e/attachment-0001.patch 


More information about the New-bugs-announce mailing list