Patches item #1675118, was opened at 2007-03-06 17:24
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1675118&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Modules
Group: Python 2.6
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: TH (therve)
Assigned to: Nobody/Anonymous (nobody)
Summary: Epoll wrapper

Initial Comment:
epoll is a I/O event loop available on several *nix systems. Some third-party 
libraries to access it in Python have been available around the web, but I 
think it would be great to have it in stdlib.

Furthermore, it'll be available for using it in _socketmodule in place of poll, 
if there is an interest.

Attached a simple C version, and tests mostly extracted from twisted (where we 
use a pyrex version).

If it seems to be useful, I'd be glad to make the documentation.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1675118&group_id=5470
_______________________________________________
Patches mailing list
[email protected]
http://mail.python.org/mailman/listinfo/patches

Reply via email to