Re: [Lldb-commits] [lldb] r249886 - Port native Python-API to 3.x

2015-10-09 Thread Zachary Turner via lldb-commits
This breaks the build on Linux. Working on a fix right now. On Fri, Oct 9, 2015 at 12:47 PM Zachary Turner via lldb-commits < lldb-commits@lists.llvm.org> wrote: > Author: zturner > Date: Fri Oct 9 14:45:41 2015 > New Revision: 249886 > > URL: http://llvm.org/viewvc/llvm-project?rev=249886&view

[Lldb-commits] [lldb] r249886 - Port native Python-API to 3.x

2015-10-09 Thread Zachary Turner via lldb-commits
Author: zturner Date: Fri Oct 9 14:45:41 2015 New Revision: 249886 URL: http://llvm.org/viewvc/llvm-project?rev=249886&view=rev Log: Port native Python-API to 3.x With this change, liblldb is 95% of the way towards being able to work under both Python 2.x and Python 3.x. This should introduce n