The "interpreter" sample program does not define a persistent local variable dictionary

Bug #782968 reported by Andrew Wilkins
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Pushy
Fix Released
Low
Andrew Wilkins

Bug Description

>>> x = 123
>>> x
Traceback (most recent call last):
  File "/home/andrew/prog/pushy/pushy/samples/../pushy/client.py", line 511, in eval
    return self.remote.eval(code, globals, locals)
  File "/home/andrew/prog/pushy/pushy/samples/../pushy/protocol/connection.py", line 54, in eval
    return self.send_request(MessageType.evaluate, args)
  File "/home/andrew/prog/pushy/pushy/samples/../pushy/protocol/baseconnection.py", line 323, in send_request
    return self.__handle(m)
  File "/home/andrew/prog/pushy/pushy/samples/../pushy/protocol/baseconnection.py", line 639, in __handle
    raise e
ExceptionProxy: name 'x' is not defined

Related branches

Andrew Wilkins (axwalk)
Changed in pushy:
status: Confirmed → In Progress
status: In Progress → Fix Committed
Andrew Wilkins (axwalk)
Changed in pushy:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.