Closed cooperlees closed 7 years ago
@cooperlees Care to submit a PR for this?
I've flagged this with our Zookeeper team. Hopefully someone there will. I'm strapped for time, just noticed this warning debugging a codebase that uses kazoo and thought I'd flag it.
In Python 3.7 the use of
async
orawait
as variable names will cause errors as they are reserved keywords. Kazoo does this, we should get this fixed.e.g. https://github.com/python-zk/kazoo/blob/master/kazoo/recipe/watchers.py#L425-L427