• Guido van Rossum's avatar
    Two independent changes (alas): · 3a44e1b9
    Guido van Rossum yazdı
    - The interp->builtins variable (and hence, __main__.__builtins__) is
    once again initialized to the built-in *module* instead of its
    dictionary.
    
    - The finalization order is once again changed.  Signals are finalized
    relatively early, because (1) it DECREF's the signal handlers, and if
    a signal handler happens to be a bound method, deleting it could cause
    problems when there's no current thread around, and (2) we don't want
    to risk executing signal handlers during finalization.
    3a44e1b9
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...
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...