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 therve
Recipients
Date 2007-03-06.17:24:20
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
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.
History
Date User Action Args
2007-08-23 15:56:59adminlinkissue1675118 messages
2007-08-23 15:56:59admincreate