Ticket #579 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

compiler crash on invalid buffer type

Reported by: robertwb Owned by: robertwb
Priority: major Milestone: 0.14
Component: Error Reporting Keywords:
Cc:

Description

On 1 October 2010 18:00, Vineet Jain <vinjvinj@gmail.com> wrote:
> Problem was a typo:
>
> cdef np.ndarray[np, ndim=1] outreal = numpy.zeros_like(inreal)
>
> should have been:
>
> cdef np.ndarray[np.float_t, ndim=1] outreal = numpy.zeros_like(inreal)
>
> Which caused the compiler to crash.

as reported at  http://comments.gmane.org/gmane.comp.python.cython.devel/10348

Change History

Changed 3 years ago by robertwb

  • owner set to robertwb

Changed 3 years ago by robertwb

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.