[all-commits] [llvm/llvm-project] f54497: [lldb] Remove basestring references in examples (NFC)
Dave Lee via All-commits
all-commits at lists.llvm.org
Tue Dec 13 11:10:47 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f54497f114b9b5acaa8ebff296594b2cd7e437dd
https://github.com/llvm/llvm-project/commit/f54497f114b9b5acaa8ebff296594b2cd7e437dd
Author: Dave Lee <davelee.com at gmail.com>
Date: 2022-12-13 (Tue, 13 Dec 2022)
Changed paths:
M lldb/examples/summaries/cocoa/CFArray.py
M lldb/examples/summaries/cocoa/CFBag.py
M lldb/examples/summaries/cocoa/CFBinaryHeap.py
M lldb/examples/summaries/cocoa/CFDictionary.py
M lldb/examples/summaries/cocoa/NSData.py
M lldb/examples/summaries/cocoa/NSIndexSet.py
M lldb/examples/summaries/cocoa/NSMachPort.py
M lldb/examples/summaries/cocoa/NSSet.py
Log Message:
-----------
[lldb] Remove basestring references in examples (NFC)
`basestring` is Python 2 only.
More information about the All-commits
mailing list