• Kirill Smelkov's avatar
    Fix build for Python 3.7 · bca5f79e
    Kirill Smelkov authored
    Starting from Python 3.7 the place to keep exception state was changed:
    https://github.com/python/cpython/commit/ae3087c638
    
    NOTE ZEO4 does not wok with Python3.7, because ZEO4 uses "async" for a
    variable and that breaks because starting from Python3.7 "async" became
    a keyword.
    
    After the fix wendelin.core tests pass under all python2.7, python3.6
    and python3.7.
    bca5f79e
setup.py 10.4 KB