◐ Shell
clean mode source ↗

Message 281058 - Python tracker

> To implement an efficient event loop, IOCP is the way to do: the asyncio module supports it using ProactorEventLoop.

Not everyone uses asyncio, though, so it would still be nice to see the select() limit raised anyway.

Implementing your own event loop using IOCP is a hard exercise, much harder than getting something to work with select().