[Python-ideas] Make asyncio.get_event_loop a builtin

Ken Hilton kenlhilton at gmail.com
Thu May 24 20:42:16 EDT 2018


On Tue May 22 22:08:40 (-0400), Chris Barker wrote:
> while asyncio is in the standard library, it is not intended to be THE
async event loop implementation

I'm surprised this is true - with dedicated syntax like async def/await,
it's still not THE async event loop implementation? As far as I know,
"async def" is a shorthand for

@asyncio.coroutine
def

and "await" is short for "yield from".

Sincerely,
Ken Hilton;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20180525/125586f6/attachment.html>


More information about the Python-ideas mailing list