• Tim Peters's avatar
    Changed comments to make sense now that the LazyList-based · 7f098112
    Tim Peters yazdı
    examples no longer require any explicit closing to avoid
    leaking.
    
    That the tee-based examples still do is (I think) still a
    mystery.  Part of the mystery is that gc.garbage remains
    empty:  if it were the case that some generator in a trash
    cycle said it needed finalization, suppressing collection
    of that cycle, that generator _would_ show up in gc.garbage.
    
    So this is acting more like, e.g., some tp_traverse slot
    isn't visiting all the pointers it should (in which case
    the skipped pointer(s) would act like an external root,
    silently suppressing collection of everything reachable
    from it(them)).
    7f098112
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
RISCOS Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
setup.py Loading commit data...