Staging
v0.8.1
https://github.com/python/cpython
Revision 858cb73bb2643b73f4262857c865db285280e900 authored by Guido van Rossum on 19 November 1997, 16:15:37 UTC, committed by Guido van Rossum on 19 November 1997, 16:15:37 UTC
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.
1 parent df9db1e
History
Tip revision: 858cb73bb2643b73f4262857c865db285280e900 authored by Guido van Rossum on 19 November 1997, 16:15:37 UTC
Two changes (here we go again :-( ).
Tip revision: 858cb73
File Mode Size
Compat
Demo
Include
Lib
MPW
Modules
Python
Resources
Tools
Unsupported
mwerks
scripts
think
HISTORY -rw-r--r-- 27.2 KB
ReadMe -rw-r--r-- 6.8 KB
Relnotes -rw-r--r-- 4.4 KB
Relnotes-source -rw-r--r-- 1.7 KB
errno_unix.h -rw-r--r-- 307 bytes
fopenRF.c -rw-r--r-- 5.9 KB
mkapplet.py -rw-r--r-- 5.7 KB
mwerksglue.c -rw-r--r-- 566 bytes

ReadMe

back to top