[lldb] Emit type annotation in SWIG generated Python code.
The Python code generated by SWIG is compatible with both Python 2 and Python 3. The -py3 option enables Python 2 incompatible features such as function annotations and abstract base classes. Differential revision: https://reviews.llvm.org/D96096
Loading
Please sign in to comment