<div dir="ltr">I'm not actually too sure of the compatibility situation between Python versions, but I think forcing a user to install a Python 3.5.x version is quite reasonable for LLDB use.<div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span style="font-family:Calibri,sans-serif;font-size:14.6667px">  I can also upstream this if the community is interested.</span></blockquote><div><span style="font-family:Calibri,sans-serif;font-size:14.6667px"><br></span></div><div>Ted if you have a patch to fix the scripting feature for LLDB on Windows it would be much appreciated by me and other Rust developers trying to use LLDB with Visual Studio Code.</div><div><br></div><div><br></div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div><br></div>Jamie</div></div>
<br><div class="gmail_quote">On Mon, Jul 3, 2017 at 4:54 AM, Pavel Labath <span dir="ltr"><<a href="mailto:labath@google.com" target="_blank">labath@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 30 June 2017 at 21:34, Ted Woodward via lldb-dev<br>
<span class=""><<a href="mailto:lldb-dev@lists.llvm.org">lldb-dev@lists.llvm.org</a>> wrote:<br>
> I’ve seen crashes on Linux when building with 2.7.6 and using the 2.7.3<br>
> .so/library directory, so I’m not willing to say building on Windows with<br>
> 3.6.1 and using the 3.5.2 dll/library directory will work.<br>
</span>This is a bit problematic setup. I would expect that the opposite<br>
(building with version X, and running with version Y >= X) will work,<br>
but using an older runtime version is tricky because your code may end<br>
using symbols which are not present in the older version.<br>
<br>
Without more information, it's hard to say whether this was a problem<br>
in your case. It could be that python 2.7.3 simply has a bug, and the<br>
crash would happen even if you were using the same version of python<br>
for building (our bots are at 2.7.6, and I am not aware of anyone<br>
testing/using/shipping lldb with an older version of python)<br>
<span class="HOEnZb"><font color="#888888"><br>
pl<br>
</font></span></blockquote></div><br></div>