This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients Ilya.Kulakov, gvanrossum, r.david.murray, vstinner, yselivanov
Date 2016-05-06.17:18:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462555111.63.0.290174237524.issue26969@psf.upfronthosting.co.za>
In-reply-to
Content
> Currently if one needs lazily resolve event loop depending on where awaitable is being awaited have to pass loop everywhere explicitly. That quickly becomes an unnecessary noise in interfaces of callables. 

Why don't you just use 'loop = asyncio.get_event_loop()' in places where you need the loop?
History
Date User Action Args
2016-05-06 17:18:31yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, r.david.murray, Ilya.Kulakov
2016-05-06 17:18:31yselivanovsetmessageid: <1462555111.63.0.290174237524.issue26969@psf.upfronthosting.co.za>
2016-05-06 17:18:31yselivanovlinkissue26969 messages
2016-05-06 17:18:31yselivanovcreate