Garbage collection API
Stephen Kellett
snail at objmedia.demon.co.uk
Thu Feb 20 06:30:49 EST 2003
More information about the Python-list mailing list
Thu Feb 20 06:30:49 EST 2003
- Previous message (by thread): Garbage collection API
- Next message (by thread): declaration of variables?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message (by thread): Garbage collection API
- Next message (by thread): declaration of variables?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list