There was an error check in a loop in PythonCmd which called
PythonCmd_Error() but failed to return. The error wasn't very likely (only when we run out of memory) but since the check is there we might as well return the error. (I think that Barry introduced this buglet when he added error checks everywhere.)
Showing
Please register or sign in to comment