don't return from main loop when error occurs
This commit is contained in:
parent
9cfea10bf2
commit
72b56e831f
|
@ -1535,7 +1535,8 @@ eval_code2(co, globals, locals,
|
|||
else {
|
||||
err_setstr(TypeError,
|
||||
"unbound method must be called with class instance 1st argument");
|
||||
return NULL;
|
||||
x = NULL;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue