Re: [Async-sig] Feedback, loop.load() function

2017-08-21 Thread Nathaniel Smith
On Mon, Aug 21, 2017 at 9:15 AM, Yury Selivanov wrote: > Hi Pau, > > I personally don't think we need this in asyncio. While the function has a > relatively low overhead, it's still an overhead, it's a couple more syscalls > on each loop iteration, and it's a bit of a technical debt. > > The bar

Re: [Async-sig] Feedback, loop.load() function

2017-08-21 Thread Yury Selivanov
Hi Pau, I personally don't think we need this in asyncio.  While the function has a relatively low overhead, it's still an overhead, it's a couple more syscalls on each loop iteration, and it's a bit of a technical debt. The bar for adding new functionality to asyncio is very high, and I don't