• Neil Schemenauer's avatar
    Add has_finalizer predictate function. Use it when deciding which · a765c120
    Neil Schemenauer yazdı
    objects to save in gc.garbage.  This should be the last change needed to
    fix SF bug 477059: "__del__ on new classes vs. GC".
    
    Note that this change slightly changes the behavior of the collector.
    Before, if a cycle was found that contained instances with __del__
    methods then all instance objects in that cycle were saved in
    gc.garbage.  Now, only objects with __del__ methods are saved in
    gc.garbage.
    a765c120
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...
.cvsignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
PLAN.txt Loading commit data...
README Loading commit data...
acconfig.h 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...