Ticket #22 (closed defect: fixed)
future feature division is not defined
| Reported by: | zaphod-cython@… | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | 0.9.8.1 |
| Component: | Build System | Keywords: | |
| Cc: |
Description
% 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.
Change History
Note: See
TracTickets for help on using
tickets.
