Stream-Framework icon indicating copy to clipboard operation
Stream-Framework copied to clipboard

python 3.7: async and await are now reserved keywords.

Open kotepillar opened this issue 7 years ago • 3 comments

please fix it : )

kotepillar avatar Sep 18 '18 15:09 kotepillar

please.

matteing avatar Apr 23 '20 03:04 matteing

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

tbarbugli avatar Apr 23 '20 07:04 tbarbugli

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!

matteing avatar Apr 23 '20 14:04 matteing