robertwb / issues-import-test

0 stars 0 forks source link

future feature division is not defined #48

Closed robertwb closed 7 years ago

robertwb commented 7 years ago

Reported by zaphod cython on 2 Jul 2008 00:40 UTC % 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 commented 7 years ago

Comment by robertwb on 16 Jul 2008 10:44 UTC http://hg.cython.org/cython-devel/rev/1fc1f36014b9

robertwb commented 7 years ago

Modified by robertwb on 19 Aug 2008 04:04 UTC