Garbage collection API

Stephen Kellett snail at objmedia.demon.co.uk
Thu Feb 20 06:30:49 EST 2003
Python provides C APIs to the Profiler and Tracer/Coverage APIs.

Java and .Net also provide APIs so that you are informed about garbage 
collection activities (object created, moved, destroyed, gc started, gc 
finished, force GC to happen). I can't find an API for this for Python.

Is there and API for this? If not, is there going to be one in the 
future?

Regards

Stephen
-- 
Stephen Kellett         http://www.objmedia.demon.co.uk
Object Media Limited    C++/Java/Windows NT/Unix/X Windows/Multimedia
If you are suffering from RSI, contact me for advice.
Unsolicited email from spam merchants not welcome.




More information about the Python-list mailing list