[New-bugs-announce] [issue19336] No API to get events from epoll without allocating a list

Alex Gaynor report at bugs.python.org
Mon Oct 21 18:34:26 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue19336>
_______________________________________


More information about the New-bugs-announce mailing list