Ticket #579 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
