Files
clang-p2996/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
Jonas Devlieghere 45f420e344 [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 08:41:30 -07:00

108 KiB