[lldb-dev] Odd behavior with Python on Windows (loading 2 copies of liblldb.dll/_lldb.pyd)

Pavel Labath via lldb-dev lldb-dev at lists.llvm.org
Mon Feb 24 04:44:04 PST 2020


On 21/02/2020 23:32, Ted Woodward via lldb-dev wrote:
> Looking into differences, I’m using swig 3.0.12 and the bot is using
> swig 3.0.2. I’m building with 3.0.2 on my machine right now, but it will
> take a while to finish!

I think this could very likely be the cause. We use a different
mechanism
(<https://github.com/llvm/llvm-project/blob/master/lldb/bindings/python.swig#L34>)
for importing the lldb module starting with swig-3.0.11. This could very
well be one of the side effects.

pl


More information about the lldb-dev mailing list