Commit 75bb54c3 authored by Guido van Rossum's avatar Guido van Rossum

Don't set a local variable named __args__; this feature no longer

works and Greg Ward just reported a problem it caused...
parent 9814a943
......@@ -46,7 +46,7 @@ class Bdb: # Basic Debugger
return self.trace_dispatch
def dispatch_call(self, frame, arg):
frame.f_locals['__args__'] = arg
# XXX 'arg' is no longer used
if self.botframe is None:
# First call of dispatch since reset()
self.botframe = frame
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment