-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Cython language_level Warning - switch to Python3? #23927
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
Have you tried this locally? For me it causes |
Yea it failed pretty miserably. Just for the sake of explicitness I updated the setup.py to have the following line: directives = {'linetrace': False, 'language_level': 3} Haven't looked in detail but assume it's an issue with how we are doing imports |
what is next on the list for this? |
I think mostly minor stuff around division differences. There’s also one fused type containing Unicode which was failing before for Py27 builds. Most of this was wrapped up in 62bee57 - is the Py27 failure something we need to worry about after 0.24 release? |
no issue for 0.24.0, just saw the warnings and led me here :> |
When compiling with Cython the following warning gets issued:
Haven't looked into the implications as of yet but probably worth switching to Python3, especially given the upcoming drop of Python2 support
The text was updated successfully, but these errors were encountered: