Initialize the Python script interpreter lazily (i.e. not at debugger startup)
This time it should also pass the gtests llvm-svn: 266103
This commit is contained in:
@@ -24,6 +24,7 @@ PythonTestSuite::SetUp()
|
||||
// ScriptInterpreterPython::Initialize() depends on HostInfo being
|
||||
// initializedso it can compute the python directory etc.
|
||||
ScriptInterpreterPython::Initialize();
|
||||
ScriptInterpreterPython::InitializePrivate();
|
||||
|
||||
// Although we don't care about concurrency for the purposes of running
|
||||
// this test suite, Python requires the GIL to be locked even for
|
||||
|
||||
Reference in New Issue
Block a user