-
-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mako unable to import on Python 3.8 #296
Comments
oh because I removed all the "bad" "import *". haha, that sucks. now we have to add all the conditionals for those. |
Mike Bayer has proposed a fix for this issue in the master branch: Remove all non-essential functions from _ast_util.py https://gerrit.sqlalchemy.org/1299 |
just curious, is there ETA for releasing this? It seems to break python3.8 unit tests in travis |
python 3.8 is still in beta so I generally don't release the same day as a fix though i was going to get to it |
From TurboGears2 test suite:
Seems that mako is relying on
_ast.Str
which got recently removed from Python3.8: python/cpython@3f22811#diff-4d3d72b905c99b789fe1a7af29bcd55dL8248 (See python/cpython#9445 )The text was updated successfully, but these errors were encountered: