-
-
Notifications
You must be signed in to change notification settings - Fork 183
genshi benchmark fails on Python 3.8 #46
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
Comments
The commit 2629c5f disables the benchmark. |
Bug reported upstream: https://genshi.edgewall.org/ticket/612 |
I have created a patch for Genshi, but it is hard to test it because currently tests are failed on Python 3.6. Seems Genshi doesn't support Python 3 yet. |
Genshi 0.7.x and master currently support 2.6-2.7, 3.2-3.7. See https://travis-ci.org/edgewall/genshi/builds. |
vstinner
added a commit
that referenced
this issue
May 10, 2019
Fixed in commit e915acc. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
performance 0.7.0 fails on the master branch of Python (future Python 3.8) because genshi uses _ast.Str type which is gone from Python 3.8.
visit_Name() at genshi/template/eval.py:616:
performance 0.7.0 uses Genshi 0.7.1. I see two options:
Genshi project homepage: https://genshi.edgewall.org/
cc @serhiy-storchaka @methane
Full traceback:
The text was updated successfully, but these errors were encountered: