[Python-checkins] peps: pep-0492: Add a sub-section about Async Lambdas

yury.selivanov python-checkins at python.org
Sat Apr 18 01:34:18 CEST 2015


https://hg.python.org/peps/rev/f3196e8f9bb6
changeset:   5767:f3196e8f9bb6
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Fri Apr 17 19:34:15 2015 -0400
summary:
  pep-0492: Add a sub-section about Async Lambdas

files:
  pep-0492.txt |  9 +++++++++
  1 files changed, 9 insertions(+), 0 deletions(-)


diff --git a/pep-0492.txt b/pep-0492.txt
--- a/pep-0492.txt
+++ b/pep-0492.txt
@@ -811,6 +811,15 @@
 if there is a strong demand for this feature.
 
 
+Async lambdas
+-------------
+
+Lambda coroutines are not part of this proposal.  In this proposal they would
+look like ``async lambda(parameters): expression``.  Unless there is a strong
+demand to have them as part of this proposal, it is recommended to consider
+them later in a separate PEP.
+
+
 Performance
 ===========
 

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list