Re: [matplotlib-devel] Possible win32 memory bug

2008-05-05 Thread Michael Droettboom
Eric Firing wrote: > Michael Droettboom wrote: >> I'm working through some recent mpl bugs in the tracker. Here's one >> that relates to a mis-matched pair of PyObject_New/PyMem_DEL calls in >> _subprocess.c. This file is a copy of a file included with Python >> 2.5, so it's really a bug we in

Re: [matplotlib-devel] Possible win32 memory bug

2008-05-02 Thread Eric Firing
Michael Droettboom wrote: > I'm working through some recent mpl bugs in the tracker. Here's one > that relates to a mis-matched pair of PyObject_New/PyMem_DEL calls in > _subprocess.c. This file is a copy of a file included with Python 2.5, > so it's really a bug we inherited from there. > >

[matplotlib-devel] Possible win32 memory bug

2008-05-02 Thread Michael Droettboom
I'm working through some recent mpl bugs in the tracker. Here's one that relates to a mis-matched pair of PyObject_New/PyMem_DEL calls in _subprocess.c. This file is a copy of a file included with Python 2.5, so it's really a bug we inherited from there. https://sourceforge.net/tracker/index.