[Lldb-commits] [lldb] Push down cpython module down (PR #113066)

2024-10-19 Thread via lldb-commits
https://github.com/dingxiangfei2009 created https://github.com/llvm/llvm-project/pull/113066 The fact that it is trying to load from the root Python module constitute a re-import of the `lldb` module that is still under bootstrapping, whenever `lldb` is loaded directly from Python. Pushing the

[Lldb-commits] [lldb] Push down cpython module down (PR #113066)

2024-10-19 Thread via lldb-commits
llvmbot wrote: @llvm/pr-subscribers-lldb Author: wieDasDing (dingxiangfei2009) Changes The fact that it is trying to load from the root Python module constitute a re-import of the `lldb` module that is still under bootstrapping, whenever `lldb` is loaded directly from Python. Pushing the