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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
