[SciPy-Dev] Release blocker?

Pauli Virtanen pav at iki.fi
Sat Feb 19 05:22:08 EST 2011


On Sat, 19 Feb 2011 01:09:34 -0800, Christoph Gohlke wrote:
[clip]
> The dual runtime is an issue in this case. Scipy.spatial.qhull uses
> msvcrt to allocate memory and scipy.interpolate.interpnd uses msvcrt90
> to free it. At this point it is probably best to use
> PyMem_Malloc/PyMem_Free, as Robert Kern suggested.

Then the fix is here:

    http://github.com/pv/scipy-work/tree/bug/interpnd-windows

No need to use any heap allocation scheme --- the structure is better off 
stored on the stack anyway.

	Pauli




More information about the SciPy-Dev mailing list