[Python-Dev] Activating pymalloc

Tim Peters tim.one@comcast.net
Fri, 15 Mar 2002 16:08:33 -0500


[martin@v.loewis.de]
> ...
> OTOH, I wonder whether the 64 byte limit is a bit small.

I've said several times that I intend to boost it.  Python has changed in
relevant ways since obmalloc.c was written, from GC adding 12 bytes to
various things, to dicts growing to such an extent that pymalloc can never
handle a dict request on its own now.