Files
clang-p2996/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
Jonas Devlieghere de7ad6b682 [lldb] Use Py_InitializeFromConfig with Python >= 3.8 (NFC) (#114112)
This fixes the deprecation warning for Py_SetPythonHome, which was
deprecated in Python 3.11. With this patch, when building against Python
3.8 or later, we now use Py_InitializeFromConfig instead.

Fixes #113475
2024-10-30 18:48:43 -07:00

108 KiB