[issue19336] No API to get events from epoll without allocating a list

Christian Heimes report at bugs.python.org
Wed Oct 23 11:08:33 CEST 2013


Christian Heimes added the comment:

How is iterpoll() suppose to work? Do epoll_wait() with maxevents=1 in a loop, yield (fd, event) tuples and stop/block on no events?

----------
components: +Extension Modules
type:  -> enhancement
versions: +Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19336>
_______________________________________


More information about the Python-bugs-list mailing list