[Lldb-commits] [lldb] [lldb] Deploy Python DLL on Windows (PR #137467)

via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 22 02:49:18 PDT 2025


Nerixyz wrote:

Closing this in favor of #151617 - see https://discourse.llvm.org/t/a-minimal-python-install-for-lldb/88658 for more context.

This PR was incomplete in that it didn't include a standard library. Since #162509, LLDB will print a proper error that it can't find Python. The current plan is to include a minimal installation of Python with LLDB. Once LLDB uses the stable Python API, it can link to `python3.dll` instead of `python3xx.dll`, meaning it should be able to pick up a system installation of Python.

https://github.com/llvm/llvm-project/pull/137467


More information about the lldb-commits mailing list