Open
Description
[This issue was originally an umbrella list of all the potential Python core changes that we might want to advocate for, but a big discussion about await
sprouted here so I've moved the umbrella issue to: #103]
Original comment:
Can we do anything about how easy it is to forget an await? In retrospect async functions shouldn't implement __call__
IMO... but probably too late to fix that. Still, it kinda sucks that one of first things in our tutorial is a giant warning about this wart, so worth at least checking if anyone has any ideas...