Restore the lazy initialization of ScriptInterpreterPython, which was lost as part of the SystemLifetimeManager work

llvm-svn: 266033
This commit is contained in:
Enrico Granata
2016-04-12 01:08:35 +00:00
parent 278199f615
commit b184bfa13b
2 changed files with 8 additions and 8 deletions

View File

@@ -371,9 +371,6 @@ public:
void ResetOutputFileHandle(FILE *new_fh) override;
static void
InitializePrivate ();
static void
InitializeInterpreter (SWIGInitCallback python_swig_init_callback,
SWIGBreakpointCallbackFunction swig_breakpoint_callback,
@@ -507,6 +504,9 @@ public:
};
protected:
static void
InitializePrivate ();
class SynchronicityHandler
{
private: