From 32064024b93d7d0b5225ac576b7684f604c352bf Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Tue, 20 Oct 2015 17:38:49 +0000 Subject: Fix potential file i/o problem with python handles. llvm-svn: 250838 --- .../Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h') diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h index 0cdb9c054eb..23576658bd9 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h +++ b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h @@ -570,9 +570,9 @@ protected: bool GetEmbeddedInterpreterModuleObjects (); - PythonObject m_saved_stdin; - PythonObject m_saved_stdout; - PythonObject m_saved_stderr; + PythonFile m_saved_stdin; + PythonFile m_saved_stdout; + PythonFile m_saved_stderr; PythonObject m_main_module; PythonObject m_lldb_module; PythonDictionary m_session_dict; -- cgit v1.2.3