summaryrefslogtreecommitdiff
path: root/Python/modsupport.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-11-19 16:15:37 +0000
committerGuido van Rossum <guido@python.org>1997-11-19 16:15:37 +0000
commit858cb73bb2643b73f4262857c865db285280e900 (patch)
treed52eced1707046d1f34cd119e4745744e5e937a9 /Python/modsupport.c
parentdf9db1ea1882bc4274a005415c48d255df9c43d5 (diff)
downloadcpython-git-858cb73bb2643b73f4262857c865db285280e900.tar.gz
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.
Diffstat (limited to 'Python/modsupport.c')
0 files changed, 0 insertions, 0 deletions