diff options
author | Guido van Rossum <guido@python.org> | 1997-11-03 21:58:47 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-11-03 21:58:47 (GMT) |
commit | 3a44e1b9fbf914769083239a1c5deb1a71b2862d (patch) | |
tree | f1a3dcf20e61daaf8f6ec75b366b66c8e1144103 /Modules/syslogmodule.c | |
parent | 7ff20ac9c7519f3ecef33331f6222304fe1772f1 (diff) | |
download | cpython-3a44e1b9fbf914769083239a1c5deb1a71b2862d.zip cpython-3a44e1b9fbf914769083239a1c5deb1a71b2862d.tar.gz cpython-3a44e1b9fbf914769083239a1c5deb1a71b2862d.tar.bz2 |
Two independent changes (alas):
- 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.
Diffstat (limited to 'Modules/syslogmodule.c')
0 files changed, 0 insertions, 0 deletions