Python memory management

Steven Taschuk staschuk at telusplanet.net
Wed Aug 27 17:31:02 EDT 2003


Quoth Marcelo A. Camelo:
  [...]
> Yes, I will be saying that. But, if I can't change the way Python
> behaves, at least I want a way to diagnose what he is doing. I've found
> some references about Pymalloc, now the default Python memory manager,
> and how it can report statistics about memory usage, but the
> documentation is a bit light on details. Any pointer to  some resources
> on the subject? [...]

There's Misc/SpecialBuilds.txt in the source distribution, which
documents several build-time options which could be used for such
investigations.  (It assumes some familiarity with the internals.)

-- 
Steven Taschuk                             staschuk at telusplanet.net
"I may be wrong but I'm positive."  -- _Friday_, Robert A. Heinlein





More information about the Python-list mailing list