• Guido van Rossum's avatar
    New rules for deleting modules. Rather than having an elaborate · 085d269f
    Guido van Rossum yazdı
    scheme based on object's types, have a simple two-phase scheme based
    on object's *names*:
    
    	/* To make the execution order of destructors for global
    	   objects a bit more predictable, we first zap all objects
    	   whose name starts with a single underscore, before we clear
    	   the entire dictionary.  We zap them by replacing them with
    	   None, rather than deleting them from the dictionary, to
    	   avoid rehashing the dictionary (to some extent). */
    085d269f
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...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.hgtags Loading commit data...
BUGS Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...