[Lldb-commits] [lldb] r352701 - [Python] String(s) and bytes are two different entities in 3.7.

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 30 16:12:24 PST 2019


On Wed, Jan 30, 2019 at 4:11 PM Davide Italiano via lldb-commits
<lldb-commits at lists.llvm.org> wrote:
>
> Author: davide
> Date: Wed Jan 30 16:11:33 2019
> New Revision: 352701
>
> URL: http://llvm.org/viewvc/llvm-project?rev=352701&view=rev
> Log:
> [Python] String(s) and bytes are two different entities in 3.7.
>
> So, we need an explicit call to decode() here to let it work with
> both interpreters. Fixes TestXMMRegisters on 3.7.
>

Let's see if this sticks.

--
Davide


More information about the lldb-commits mailing list