Commit bea57c6c authored by Kurt B. Kaiser's avatar Kurt B. Kaiser

SF Bug 767794

"Break or continue outside loop causes crash"
parent bd2de3a6
......@@ -605,6 +605,8 @@ class ModifiedInterpreter(InteractiveInterpreter):
if ok:
try:
msg, (dummy_filename, lineno, offset, line) = value
if not offset:
offset = 0
except:
ok = 0
if ok:
......
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