On Fri, Jun 30, 2017 at 12:39 PM Ted Woodward via lldb-dev < lldb-dev@lists.llvm.org> wrote:
> Python support on Windows is much more problematic than support on > something like MacOS or Linux. The python you use when you run lldb must be > the same python used when you build it. Bad things happen – warnings, > crashes, etc – when you use a different rev of the dll/so or the library > directory (which contains dlls/sos) than what was used when building lldb. > This is no longer true right? That was one of the major drivers behind moving to Python 3.5. All that matters is a) The *build configuration* matches (if LLDB was built against Python debug, you must have debug libraries available) b) The *architecture* matches (if it's an x64 build of LLDB, you need x64 Python libraries) c) The *version* is 3.5 or higher. Aside from that it shouldn't matter
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev