We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
% echo "from future import division" > foo.pyx % cython foo.pyx
... from future import division
/home/zaphod/shiny/glint/foo.pyx:1:31: future feature division is not defined
Cython 0.9.8 reports the above error. Cython 0.9.6.14 compiles the module successfully.
Migrated from http://trac.cython.org/ticket/22
The text was updated successfully, but these errors were encountered:
@robertwb changed resolution to fixed status from new to closed http://hg.cython.org/cython-devel/rev/1fc1f36014b9
fixed
new
closed
Sorry, something went wrong.
@robertwb changed milestone to 0.9.8.1
0.9.8.1
No branches or pull requests
% echo "from future import division" > foo.pyx
% cython foo.pyx
Error converting Pyrex file to C:
...
from future import division
^
/home/zaphod/shiny/glint/foo.pyx:1:31: future feature division is not defined
Cython 0.9.8 reports the above error. Cython 0.9.6.14 compiles the module successfully.
Migrated from http://trac.cython.org/ticket/22
The text was updated successfully, but these errors were encountered: