Ludovic Gasc wrote: > Not related, but one of my coworkers asked me if with the new syntax it > will be possible to write an async decorator for coroutines. This is certainly possible with PEP 3152. The decorator just needs to be an ordinary function whose return value is a cofunction. -- Greg