[PYTHONMAC-SIG] buglet in PythonSlave (BBPy)

Just van Rossum just@knoware.nl
Tue, 15 Apr 1997 18:17:23 +0200


Jurjen N.E. Bos found a really stupid problem with PythonSlave.py: It
didn't execute code in a proper namespace, which caused globals not being
accesible from functions. This is the fix:

line 90 in PythonSlave.py was:
                exec stuff
and should be:
                exec stuff in {}


I guess nobody really used it so far (I don't even use it ;-), which might
explain that it wasn't found earlier.

Just



_______________
PYTHONMAC-SIG  - SIG on Python for the Apple Macintosh

send messages to: pythonmac-sig@python.org
administrivia to: pythonmac-sig-request@python.org
_______________