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

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Wed Oct 14 12:40:22 PDT 2015


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 <emaste at freebsd.org> wrote:

> On 14 October 2015 at 13:51, Zachary Turner via lldb-commits
> <lldb-commits at lists.llvm.org> 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:
>
>
> ../tools/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp:96:9:
> warning: field 'm_was_already_initialized' will be initialized after
> field 'm_gil_state' [-Wreorder]
>         m_was_already_initialized(false),
>         ^
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151014/6ab3cdcb/attachment.html>


More information about the lldb-commits mailing list