[Python-Dev] [Python-checkins] r43358 - python/trunk/Modules/itertoolsmodule.c
Tim Peters
tim.peters at gmail.com
Wed Mar 29 02:13:58 CEST 2006
[Thomas Wouters]
>> So does that make all cycles involving only objects with finalizers
>> impervious to cycle-gc? I guess it'd have to be that way.
[again]
> Er, I meant to say 'does that make all cycles involving just one object with
> a finalizer impervious to cycle-gc'.
Both are true, and both are implied by this sharper variant:
all cycles containing at least one object with a finalizer [etc]
More information about the Python-Dev
mailing list