llvm-capstone/lldb/third_party/Python/module
Jonas Devlieghere e021d69094 dotest.py: bugfix: test filters with -f do not work on Python3
dotest -f does not work on Python3.

The name types.UnboundMethodType was an alias for types.MethodType in
2.7, but it does not exist in python3. MethodType works in both.

Also the actual type returned from SomeClass.some_method in python3
will be types.Function, not MethodType.

Patch by: Lawrence D'Anna

Differential revision: https://reviews.llvm.org/D67791

llvm-svn: 372441
2019-09-20 23:41:29 +00:00
..
pexpect-4.6 [lldb/thirdparty] Remove unneeded files, asked by Jonas. 2019-03-12 20:41:36 +00:00
progress
ptyprocess-0.6.0 [lldb/thirdparty] Remove unneeded files, asked by Jonas. 2019-03-12 20:41:36 +00:00
six
unittest2/unittest2 dotest.py: bugfix: test filters with -f do not work on Python3 2019-09-20 23:41:29 +00:00