Staging
v0.5.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
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.hgtags -rw-r--r-- 1000 bytes
Makefile.in -rw-r--r-- 15.8 KB
README -rw-r--r-- 34.4 KB
acconfig.h -rw-r--r-- 2.7 KB
config.h.in -rw-r--r-- 9.9 KB
configure -rwxr-xr-x 111.9 KB
configure.in -rw-r--r-- 17.2 KB
install-sh -rwxr-xr-x 2.1 KB

README

back to top