Fixing async bug in Python 3.7
In python 3.7 async became a reserved word, so change it to async_. Consider kicking out python from the project.
Showing
Please register or sign in to comment
In python 3.7 async became a reserved word, so change it to async_. Consider kicking out python from the project.