Re: [Lldb-commits] [lldb] r250306 - Fix Python initialization for Python 3.

2015-10-14 Thread Zachary Turner via lldb-commits
Thanks for the heads up. I have some more patches coming in soon, since this is just a warning and not a blocker I'll fix it in one of these followup patches. On Wed, Oct 14, 2015 at 11:38 AM Ed Maste wrote: > On 14 October 2015 at 13:51, Zachary Turner via lldb-commits > wrote: > > Author: zt

Re: [Lldb-commits] [lldb] r250306 - Fix Python initialization for Python 3.

2015-10-14 Thread Ed Maste via lldb-commits
On 14 October 2015 at 13:51, Zachary Turner via lldb-commits wrote: > Author: zturner > Date: Wed Oct 14 12:51:29 2015 > New Revision: 250306 > > URL: http://llvm.org/viewvc/llvm-project?rev=250306&view=rev > Log: > Fix Python initialization for Python 3. This introduced a new warning for me: ..

[Lldb-commits] [lldb] r250306 - Fix Python initialization for Python 3.

2015-10-14 Thread Zachary Turner via lldb-commits
Author: zturner Date: Wed Oct 14 12:51:29 2015 New Revision: 250306 URL: http://llvm.org/viewvc/llvm-project?rev=250306&view=rev Log: Fix Python initialization for Python 3. Python 3 reverses the order in which you must call Py_InitializeEx and PyEval_InitThreads. Since that log is in itself alr