Re: [lldb-dev] Python3 compatibility for the API

2016-08-29 Thread Peter Gebhard via lldb-dev
sted the Python 3 support on Windows, and I've only tested >> 3.5 and above, but I don't expect any major difficulties getting it working >> on another platform, although you may need to tweak the CMake a little bit >> to get it building on your platform if it's not

Re: [lldb-dev] Python3 compatibility for the API

2016-08-29 Thread Peter Gebhard via lldb-dev
S and minor version are you planning to use? > > On Mon, Aug 29, 2016 at 3:15 PM Peter Gebhard via lldb-dev > mailto:lldb-dev@lists.llvm.org>> wrote: > Hello, > > I am developing a tool which is written in Python3 due to its use of some > libraries which require it. I

[lldb-dev] Python3 compatibility for the API

2016-08-29 Thread Peter Gebhard via lldb-dev
Hello, I am developing a tool which is written in Python3 due to its use of some libraries which require it. I am wondering if there is a sane way to integrate use of the LLDB Python API into my tool or is there a plan to add Python3 support for the LLDB Python API in the near future? Thank yo