[Lldb-commits] [PATCH] D13448: Update swig generation shell scripts to run under Python 3.x

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Mon Oct 5 13:33:26 PDT 2015


zturner created this revision.
zturner added a reviewer: tfiala.
zturner added a subscriber: lldb-commits.

Todd, I'm putting you as the reviewer since you seem to be the most knowledgeable about Python.  If you can think of someone better, let me know.

The goal here is for these scripts to be able to run successfully under both Python 2.x and Python 3.5.  In most cases this was fairly straightforward.  Only 1 or 2 places needed a version-switch.


http://reviews.llvm.org/D13448

Files:
  scripts/Python/buildSwigPython.py
  scripts/Python/modify-python-lldb.py
  scripts/buildSwigWrapperClasses.py
  scripts/finishSwigWrapperClasses.py
  scripts/utilsArgsParse.py
  scripts/utilsDebug.py
  scripts/utilsOsType.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13448.36545.patch
Type: text/x-patch
Size: 17575 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151005/59986381/attachment-0001.bin>


More information about the lldb-commits mailing list