[Lldb-commits] [PATCH] D64373: Don't use PyInt on Python 3
Christian Biesinger via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 8 15:33:31 PDT 2019
cbiesinger created this revision.
cbiesinger added a reviewer: clayborg.
Herald added a project: LLDB.
Herald added a subscriber: lldb-commits.
In Python 3, PyInt doesn't exist (all integers are PyLongs). This patch
makes LLVM not use PyInt when compiling for Python 3. (Some code already
had such #ifs)
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D64373
Files:
lldb/scripts/Python/python-swigsafecast.swig
lldb/scripts/Python/python-typemaps.swig
lldb/tools/intel-features/scripts/python-typemaps.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64373.208526.patch
Type: text/x-patch
Size: 3168 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190708/0832c816/attachment.bin>
More information about the lldb-commits
mailing list