[Lldb-commits] [PATCH] D43532: Fix TestSBData.py on Windows (which uses Python 3)

2018-02-22 Thread Adrian McCarthy via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL325835: Fix TestSBData.py on Windows (authored by amccarth, committed by ). Herald added a subscriber: llvm-commits. Changed prior to commit: https://reviews.llvm.org/D43532?vs=135148&id=135523#toc Rep

[Lldb-commits] [PATCH] D43532: Fix TestSBData.py on Windows (which uses Python 3)

2018-02-20 Thread Adrian McCarthy via Phabricator via lldb-commits
amccarth created this revision. amccarth added a reviewer: zturner. Herald added a subscriber: sanjoy. This test uses the SB API to set and read back bytes of data, and it works fine when Python 2 is the scripting language. On Windows, however, Python 3 is the default. Note this line from the