According to https://www.python.org/dev/peps/pep-0492/#deprecation-plans, `async` will become a keyword in Python 3.7; it means it can't be used as an argument name, as it'd be a SyntaxError.
According to https://www.python.org/dev/peps/pep-0492/#deprecation-plans,
asyncwill become a keyword in Python 3.7; it means it can't be used as an argument name, as it'd be a SyntaxError.