tschellenbach / Stream-Framework

Stream Framework is a Python library, which allows you to build news feed, activity streams and notification systems using Cassandra and/or Redis. The authors of Stream-Framework also provide a cloud service for feed technology:
https://getstream.io/
Other
4.73k stars 541 forks source link

python 3.7: async and await are now reserved keywords. #223

Open kotepillar opened 6 years ago

kotepillar commented 6 years ago

please fix it : )

matteing commented 4 years ago

please.

tbarbugli commented 4 years ago

happy to review a PR, at the moment I am too busy at work to do this myself :(

matteing commented 4 years ago

Working on one right now + updating redis to redis-py 3.0.

sidenote - we need better docs on testing... i spent hours getting unit tests to run.

UPDATE: Managed to bump redis-py to >=3, all unit tests are passing. (needed that for my project, as it uses redis-py>=3 as dependency already.

UPDATE 2: Also fixed a typo where async was not properly converted to async_. Trivial but important!