[issue1657] [patch] select.epoll wrapper for Linux 2.6 epoll()

Christian Heimes report at bugs.python.org
Wed Dec 19 18:44:11 CET 2007


Christian Heimes added the comment:

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

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1657>
__________________________________


More information about the Python-bugs-list mailing list