bbangert / beaker

WSGI middleware for sessions and caching
https://beaker.readthedocs.org/
Other
517 stars 146 forks source link

Fix compatibility with Python 3.7 #151

Closed berolinux closed 6 years ago

berolinux commented 6 years ago

In Python 3.7, "async" is a keyword - it can't be used as a variable name anymore. (Issue #150)

Signed-off-by: Bernhard Rosenkränzer bero@lindev.ch