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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user