diff options
author | Zachary Turner <zturner@google.com> | 2016-01-25 23:21:09 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2016-01-25 23:21:09 +0000 |
commit | f9d6d204e8af0d9ac4ae020e65491b7d398930bd (patch) | |
tree | bb42c70af5549b337af9d04530b8d32f9daa7b18 /lldb/packages/Python/lldbsuite/test/python_api/class_members | |
parent | 10a50b188ebdd8a1c3a6c9f7646cabf3f059584a (diff) | |
download | bcm5719-llvm-f9d6d204e8af0d9ac4ae020e65491b7d398930bd.tar.gz bcm5719-llvm-f9d6d204e8af0d9ac4ae020e65491b7d398930bd.zip |
Fix swig typemap for SBEvent.
This needs to be able to handle bytes, strings, and bytearray objects.
In Python 2 this was easy because bytes and strings are the same thing,
but in Python 3 the 2 cases need to be handled separately. So as not
to mix raw Python C API code with PythonDataObjects code, I've also
introduced a PythonByteArray class to PythonDataObjects to make the
paradigm used here consistent.
llvm-svn: 258741
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/class_members')
0 files changed, 0 insertions, 0 deletions