[Numpy-tickets] [NumPy] #840: SystemError in ndarray.resize, order= argument doesn't work
NumPy
numpy-tickets@scipy....
Mon Mar 2 08:19:32 CST 2009
#840: SystemError in ndarray.resize, order= argument doesn't work
--------------------+-------------------------------------------------------
Reporter: pv | Owner: cdavid
Type: defect | Status: assigned
Priority: normal | Milestone: 1.3.0
Component: Other | Version: none
Severity: normal | Resolution:
Keywords: |
--------------------+-------------------------------------------------------
Comment (by ScottSinclair):
The last patch I attached should probably be reviewed/revised.
The Python API is broken, so I don't see any problem with removing the
'order' keyword from the ndarray.resize method - but maybe a deprecation
warning is prefered here. The patch I (hastily) suggested will change the
call signature of PyArray_Resize and break working C code using this
function - that's a problem...
--
Ticket URL: <http://scipy.org/scipy/numpy/ticket/840#comment:5>
NumPy <http://projects.scipy.org/scipy/numpy>
The fundamental package needed for scientific computing with Python.
More information about the Numpy-tickets
mailing list