Wild idea:

Let "@" mean "async" when it's directly in front
of a keyword.

Then we would have:

  @def f():
     ...

  @for x in iter:
     ...

  @with context as thing:
     ...

--
Greg
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to