Skip to content
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

future feature division is not defined #174

Closed
robertwb opened this issue Jul 2, 2008 · 2 comments
Closed

future feature division is not defined #174

robertwb opened this issue Jul 2, 2008 · 2 comments

Comments

@robertwb
Copy link
Owner

robertwb commented Jul 2, 2008

% 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

@robertwb
Copy link
Owner Author

@robertwb changed resolution to fixed
status from new to closed
http://hg.cython.org/cython-devel/rev/1fc1f36014b9

@robertwb
Copy link
Owner Author

@robertwb changed milestone to 0.9.8.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant