New submission from Noah Simon :
It would be very useful to add an asynchronous lambda syntax, as a shortcut for
coroutines. I'm not experienced enough to write a PEP or edit the C source, but
I have some ideas for syntax:
import asyncio
foo = async lambda a,b: 5 + await bar(b)
--
components: asyncio
messages: 316304
nosy: Noah Simon, asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: Asynchronous lambda syntax
type: enhancement
versions: Python 3.7
___
Python tracker
<https://bugs.python.org/issue33447>
___
___
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com