[NumPy-Tickets] [NumPy] #2135: nditer memory leak with negative strides and UPDATEIFCOPY
NumPy Trac
numpy-tickets@scipy....
Fri May 18 15:26:59 CDT 2012
#2135: nditer memory leak with negative strides and UPDATEIFCOPY
--------------------+-------------------------------------------------------
Reporter: mwiebe | Owner: somebody
Type: defect | Status: needs_review
Priority: normal | Milestone: 1.6.2
Component: Other | Version: 1.6.1
Keywords: |
--------------------+-------------------------------------------------------
Changes (by mwiebe):
* cc: charris (added)
* status: new => needs_review
Comment:
I've fixed this in master in commit
5a86e25b5680595b066615ac97ae97bec63a56fc, by removing the view that
reverses the strides.
This is a good candidate for backporting to 1.6.2, I'll leave that to
Ralf/Chuck to decide.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/2135#comment:1>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list