]> granicus.if.org Git - python/commit
Two changes (here we go again :-( ).
authorGuido van Rossum <guido@python.org>
Wed, 19 Nov 1997 16:15:37 +0000 (16:15 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 19 Nov 1997 16:15:37 +0000 (16:15 +0000)
commit858cb73bb2643b73f4262857c865db285280e900
treed52eced1707046d1f34cd119e4745744e5e937a9
parentdf9db1ea1882bc4274a005415c48d255df9c43d5
Two changes (here we go again :-( ).

1) The __builtins__ variable in the __main__ module is set to the
__builtin__ module instead of its __dict__.

2) Get rid of the SIGHUP and SIGTERM handlers.  They can't be made to
work reliably when threads may be in use, they are Unix specific, and
Python programmers can now program this functionality is a safer way
using the signal module.
Python/pythonrun.c