We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dd67ed commit 5c4fad0Copy full SHA for 5c4fad0
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
@@ -322,7 +322,7 @@ struct InitializePythonRAII {
322
// priorities in the path, overriding PYTHONHOME and causing
323
// problems/incompatibilities. In order to avoid confusion, always hardcode
324
// the PythonHome to be right, as it's not going to change.
325
- char path[] = "/System/Library/Frameworks/Python.framework/Versions/2.7";
+ static char path[] = "/System/Library/Frameworks/Python.framework/Versions/2.7";
326
Py_SetPythonHome(path);
327
#endif
328
0 commit comments