"DONE" is being left in multi-line results when it shouldn't for non terminal input.
<rdar://problem/16790579> llvm-svn: 207818
This commit is contained in:
@@ -140,7 +140,7 @@ ScriptInterpreterPython::Locker::~Locker()
|
||||
|
||||
ScriptInterpreterPython::ScriptInterpreterPython (CommandInterpreter &interpreter) :
|
||||
ScriptInterpreter (interpreter, eScriptLanguagePython),
|
||||
IOHandlerDelegateMultiline("DONE"),
|
||||
IOHandlerDelegateMultiline("DONE", true),
|
||||
m_saved_stdin (),
|
||||
m_saved_stdout (),
|
||||
m_saved_stderr (),
|
||||
|
||||
Reference in New Issue
Block a user