memory allocation

David Pokorny davebrok at soda.csua.berkeley.edu
Sun Sep 19 21:02:08 EDT 2004


<benevilent at optusnet.com.au> wrote in message
news:pan.2004.09.19.18.28.33.473150 at optusnet.com.au...
> My latest understanding is that the default memory allocation will result
> in arenas being created to fulfill the maximum memory requirements of the

This is all correct, but you're probably attacking the problem from the hard
end. Perhaps
some C code has forgotten to DECREF a dead object. See section 1.10 of

http://docs.python.org/ext/ext.html

David Pokorny






More information about the Python-list mailing list