Description: Rename async to async_ for Python 3.7 compatibility.
async became a reserved keyword in Python 3.7:
.
> Backwards incompatible syntax changes:
>
> * [async](https://docs.python.org/3/reference/compound_stmts.html#async) and [await](https://docs.python.org/3/reference/expressions.html#await) are now reserved keywords.