bbangert / beaker

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

Incompatible with python 3.7 #150

Closed berolinux closed 6 years ago

berolinux commented 6 years ago

Beaker is incompatible with python 3.7 because it uses "async" (now a keyword) as variable name (beaker/synchronization.py, search for "self.async = 0").