[Numpy-tickets] [NumPy] #466: Segmentation fault when reversing an array enough times
NumPy
numpy-tickets@scipy....
Mon May 14 04:14:12 CDT 2007
#466: Segmentation fault when reversing an array enough times
------------------------+---------------------------------------------------
Reporter: faltet | Owner: somebody
Type: defect | Status: reopened
Priority: normal | Milestone: 1.0.3 Release
Component: numpy.core | Version: devel
Severity: normal | Resolution:
Keywords: |
------------------------+---------------------------------------------------
Changes (by cookedm):
* status: closed => reopened
* resolution: wontfix =>
Comment:
I don't agree with the ''wontfix''. I don't think walking the self-base
pointers upwards will cause other problems: you'll get a very wide tree
with the base as the root, instead of a long skinny one. Using the
original base would make views always views of the original array, instead
of the previous.
Reopening, will assign this to me. I don't think it'll be fixed for 1.0.3,
though.
--
Ticket URL: <http://projects.scipy.org/scipy/numpy/ticket/466#comment:7>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list