[Python-Dev] Problems with the Python Memory Manager
Armin Rigo
arigo at tunes.org
Thu Nov 24 12:38:58 CET 2005
Hi,
On Thu, Nov 24, 2005 at 01:59:57AM -0800, Robert Kern wrote:
> You can get the version of scipy_core just before the fix that Travis
> applied:
Now we can start debugging :-)
> http://projects.scipy.org/scipy/scipy_core/changeset/1490
This changeset alone fixes the small example you provided. However,
compiling python "--without-pymalloc" doesn't fix it, so we can't blame
the memory allocator. That's all I can say; I am rather clueless as to
how the above patch manages to make any difference even without
pymalloc.
A bientot,
Armin
More information about the Python-Dev
mailing list