diff options
Diffstat (limited to 'unittests/ScriptInterpreter/Python/PythonTestSuite.cpp')
-rw-r--r-- | unittests/ScriptInterpreter/Python/PythonTestSuite.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp b/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp index 3d1727dc1c25..5eb1c72598a8 100644 --- a/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp +++ b/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp @@ -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 |