[Python-Dev] epoll implementation

"Martin v. Löwis" martin at v.loewis.de
Fri May 26 20:03:12 CEST 2006


Ross Cohen wrote:
> Is there any interest in incorporating this into the standard python
> distribution?

I would like to see epoll support in Python, but not in the way PyEpoll
is packaged. Instead, I think it should go into the select module,
and be named epoll_*.

Likewise, if kqueue was ever supported, I think it should also go
into the select module.

Regards,
Martin


More information about the Python-Dev mailing list