Gregory Ewing <greg.ew...@canterbury.ac.nz>: > Marko Rauhamaa wrote: >> How about making *every* function *always* and async, >> unconditionally? That way *every* function would be an async and >> every function call would be an await. > > 1. Many people regard it as a feature that you can see where > potential suspension points are.
Yeah, it's actually crucial since every suspension point will also require consideration for alternate stimuli like a possible cancellation or timeout. Marko -- https://mail.python.org/mailman/listinfo/python-list