Turn off cycle detection at runtime?

Jive Dadson dfasdsfdfs at fdsdsfadsfdfas.invalid
Thu Dec 26 21:35:20 EST 2002


Aahz wrote:
> 
> In article <3E0BA72C.DBFAEB5 at fdsdsfadsfdfas.invalid>,
> Jive Dadson  <dfasdsfdfs at fdsdsfadsfdfas.invalid> wrote:
> >
> >Is it possible to turn off garbage collection cycle detection at
> >runtime?
> ...
> gc.disable() or gc.set_threshold(0).

Thanks.  I had seen those, but I pesumed they pertained to garbage
collection in general rather than cycle detection.

J.



More information about the Python-list mailing list