[Lldb-commits] [lldb] [lldb][Windows] Only embed Python home in Debug config (PR #209464)

Martin Storsjö via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 21 05:50:08 PDT 2026


mstorsjo wrote:

> Since we use the limited/stable API now

Not everybody have necessarily switched yet - consider various third party distributors.

In particular, I’m still building llvm-mingw with the full Python API; I briefly tested enabling the limited API once it became possible to use, but it didn’t work for me (for mingw builds) - I haven’t yet had time to look into what’s causing it to fail.

This change broke my nightly llvm-mingw builds: https://github.com/mstorsjo/llvm-mingw/actions/runs/29794776760/job/88546104864

Would you consider reverting this, at least until I have time to sort out the issues with the limited Python API in mingw builds?

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


More information about the lldb-commits mailing list