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

README

back to top