Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiler crash on invalid buffer type #1138

Closed
robertwb opened this issue Oct 3, 2010 · 2 comments
Closed

compiler crash on invalid buffer type #1138

robertwb opened this issue Oct 3, 2010 · 2 comments

Comments

@robertwb
Copy link
Contributor

robertwb commented Oct 3, 2010


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

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

Migrated from http://trac.cython.org/ticket/579

@robertwb
Copy link
Contributor Author

robertwb commented Oct 3, 2010

@robertwb changed owner to robertwb
commented

Fixed. http://hg.cython.org/cython-devel/rev/c785d3f8a106

@robertwb
Copy link
Contributor Author

robertwb commented Oct 3, 2010

@robertwb changed resolution to fixed
status from new to closed
commented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant