[Numpy-discussion] Cython issues w/ 1.4.0

Robert Kern robert.kern at gmail.com
Tue Dec 8 12:40:56 EST 2009


On Tue, Dec 8, 2009 at 11:28, David Cournapeau <cournape at gmail.com> wrote:
> On Wed, Dec 9, 2009 at 2:02 AM, Pauli Virtanen <pav+sp at iki.fi> wrote:
>> Sun, 06 Dec 2009 14:53:58 +0100, Gael Varoquaux wrote:
>>> I have a lot of code that has stopped working with my latest SVN pull to
>>> numpy.
>>>
>>> * Some compiled code yields an error looking like (from memory):
>>>
>>>     "incorrect type 'numpy.ndarray'"
>>
>> This, by the way, also affects the 1.4.x branch. Because of the datetime
>> branch merge, a new field was added to ArrayDescr -- and this breaks
>> previously compiled Cython modules.
>
> It seems that it is partly a cython problem.

It's *entirely* a Cython problem.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
  -- Umberto Eco



More information about the NumPy-Discussion mailing list