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

void.tolist segfault (Trac #2053) #2645

Closed
numpy-gitbot opened this issue Oct 19, 2012 · 2 comments
Closed

void.tolist segfault (Trac #2053) #2645

numpy-gitbot opened this issue Oct 19, 2012 · 2 comments

Comments

@numpy-gitbot
Copy link

Original ticket http://projects.scipy.org/numpy/ticket/2053 on 2012-02-13 by trac user fijal, assigned to unknown.

Example:

>>> from numpy import void
>>> void(5).tolist()[0] = 'a'
Segmentation fault
@charris
Copy link
Member

charris commented Feb 21, 2014

Don't see that here. If anyone can reproduce this, open a new ticket.

@seberg
Copy link
Member

seberg commented Jan 5, 2019

Can't be reproduced on newer numpy versions or so, should have been close long ago.

@seberg seberg closed this as completed Jan 5, 2019
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

4 participants