Ahhhh roll back that commit, I didn't see that Lawrence had filed

a separate phabracator with the revised change.  This was his
first atttempt which broke on the bots the second time too.

llvm-svn: 317181
This commit is contained in:
Jason Molenda
2017-11-02 02:33:59 +00:00
parent c139a402b2
commit 9e27b70a07
10 changed files with 21 additions and 308 deletions

View File

@@ -541,12 +541,12 @@ protected:
bool GetEmbeddedInterpreterModuleObjects();
bool SetStdHandle(File &file, const char *py_name, PythonObject &save_file,
bool SetStdHandle(File &file, const char *py_name, PythonFile &save_file,
const char *mode);
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;