Restore the lazy initialization of ScriptInterpreterPython, which was lost as part of the SystemLifetimeManager work
llvm-svn: 266033
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user