Ticket #22 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

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

Changed 5 years ago by robertwb

  • status changed from new to closed
  • resolution set to fixed

Changed 5 years ago by robertwb

  • milestone set to 0.9.8.1
Note: See TracTickets for help on using tickets.