I made pull request for this. https://github.com/python/asyncio/pull/330
Request for comments. On Friday, April 1, 2016 at 10:06:04 PM UTC+9, Naoki INADA wrote: > > >> poller.register(listenfd, selectors.EVENT_READ_EXCLUSIVE, data) # Add >> EVENT_READ_EXCLUSIVE and EVENT_READ_EXCLUSIVE. >> >> > This should be: > > poller.register(listenfd, selectors.EVENT_READ | selectors.EXCLUSIVE, > data) > >
