Closed macdewee closed 6 years ago
As await is reserved in python 3.7, I propose to change name of function await to e.g. _await:
await
_await
lib/python3.7/site-packages/asynqp/connection.py", line 84 yield from self.synchroniser.await(spec.ConnectionCloseOK) ^ SyntaxError: invalid syntax
Or just wait. It's an internal function so should be safe to rename. I'd accept a PR
wait
I think this can be closed out. Was addressed in pull #104.
As await is reserved in python 3.7, I propose to change name of function
await
to e.g._await
: