JDevlieghere added a comment. FWIW I played around with `__import__` and `importlib.import_module` which does allow you to import modules with dashes, but unlike `import` it doesn't add them to the globals. I'm sure there's a way around that, but it didn't seem worth to additional complexity.
CHANGES SINCE LAST ACTION https://reviews.llvm.org/D96833/new/ https://reviews.llvm.org/D96833 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits