[Python-Dev] C API for gc.enable() and gc.disable()

Antoine Pitrou solipsis at pitrou.net
Sat Jun 21 21:10:10 CEST 2008


Le samedi 21 juin 2008 à 17:49 +0200, "Martin v. Löwis" a écrit : 
> I don't think any strategies based on timing will be successful.
> Instead, one should count and analyze objects (although I'm unsure
> how exactly that could work).

Would it be helpful if the GC was informed of memory growth by the
Python memory allocator (that is, each time it either asks or gives back
a block of memory to the system allocator) ?




More information about the Python-Dev mailing list