summaryrefslogtreecommitdiffstats
path: root/Python/marshal.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-11-19 16:15:37 (GMT)
committerGuido van Rossum <guido@python.org>1997-11-19 16:15:37 (GMT)
commit858cb73bb2643b73f4262857c865db285280e900 (patch)
treed52eced1707046d1f34cd119e4745744e5e937a9 /Python/marshal.c
parentdf9db1ea1882bc4274a005415c48d255df9c43d5 (diff)
downloadcpython-858cb73bb2643b73f4262857c865db285280e900.zip
cpython-858cb73bb2643b73f4262857c865db285280e900.tar.gz
cpython-858cb73bb2643b73f4262857c865db285280e900.tar.bz2
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/marshal.c')
0 files changed, 0 insertions, 0 deletions