]> granicus.if.org Git - python/commit
Undo half of the previous change :-(
authorGuido van Rossum <guido@python.org>
Tue, 4 Nov 1997 19:36:18 +0000 (19:36 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 4 Nov 1997 19:36:18 +0000 (19:36 +0000)
commit4a1f39a26bd5ff97f0388b2a35ea6edf089a0e07
treeabd6e36842fe639c17491ad0d2df982f074660e8
parent6d48c4a00b4a6846251dbb84acc24872ee52ce4b
Undo half of the previous change :-(

Setting interp->builtins to the __builtin__ module instead of to its
dictionary had the unfortunate side effect of always running in
restricted execution mode :-(

I will check in a different way of setting __main__.__builtins__ to
the __builtin__ module later.

Also, there was a typo -- a comment was unfinished, and as a result
some finalizations were not being executed.

In Bart Simpson style,

I Will Not Check In Untested Changes.
I Will Not Check In Untested Changes.
I Will Not Check In Untested Changes.
I Will Not Check In Untested Changes.
I Will Not Check In Untested Changes.
I Will Not Check In Untested Changes.
I Will Not Check In Untested Changes.
I Will Not Check In Untested Changes.
I Will Not Check In Untested Changes.
I Will Not Check In Untested Changes.
Python/pythonrun.c