[Lldb-commits] [PATCH] D15209: Fix script import --allow-reload on Python 3

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 4 11:10:41 PST 2015


Thanks, I'll commit this later today then.

On Fri, Dec 4, 2015 at 10:25 AM Todd Fiala <todd.fiala at gmail.com> wrote:

> tfiala accepted this revision.
> tfiala added a comment.
> This revision is now accepted and ready to land.
>
> Hey Zachary,
>
> As best as I can tell, we don't need to do anything here, at least not on
> OS X El Capitan, because six is already included in the OS X Python
> distribution.
>
> I was scratching my head for a while to figure out why, but that seems to
> be it.
>
> I'd be okay with leaving this as is without any Xcode change.  I will be
> cleaning up the "finish" step of the python script handling, much like I
> did for the front end a few weeks ago.  When I do that, Xcode will switch
> to the finisher, and will pick up the "lldb official" in-repo version of
> six we're using.  I'd rather not create the extra work of addressing "which
> six" at this point given that other pending work.
>
> All the tests run on a clean build after with no new errors.  (OS X right
> now seems to have one error and one failure on a clean public system at
> this point, but that is not a result of this change).  I also exercised the
> in-lldb script handling and that seemed to be working.
>
>
> http://reviews.llvm.org/D15209
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151204/e1e45ef9/attachment.html>


More information about the lldb-commits mailing list