llvm-project
65c24e50
- [lldb][examples] Use "chr" in CFString.py
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
193 days ago
[lldb][examples] Use "chr" in CFString.py Python3 removed "unichr" when string encoding was changed, so this code tried to import that then defaulted to "chr" if it couldn't. Since LLVM requires >=3.8 we can use "chr" directly.
Author
DavidSpickett
Parents
7ab271cb
Loading