[Pyrex] [Cython-dev] Test case for Pyrex and Cython
Greg Ewing
greg.ewing at canterbury.ac.nz
Tue Nov 27 07:50:54 CET 2007
Robert Bradshaw wrote:
> On Nov 26, 2007, at 4:05 PM, Greg Ewing wrote:
>
> > Cython's current implementation seems to have
> > a few problems, from what I can tell.
I don't remember the exact details, but I think there
were situations where you could cimport the same module
different ways, and Cython would fail to notice that
it was the same module, which can lead to doubling-up of
declarations and various obscure problems.
--
Greg
More information about the Pyrex
mailing list