New submission from Alex Gaynor:

select.epoll should expose an api such as `iterpoll` which returns an iterator 
over the ready events, rather than a list. Allocating a list is wasteful in 
many cases (e.g. twisted's event loop) and it'd be nice to have an API that was 
less wasteful.

----------
messages: 200810
nosy: alex
priority: normal
severity: normal
status: open
title: No API to get events from epoll without allocating a list

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19336>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to