<div dir="ltr">We have a build option to build LLDB without Python.  This option is automatically set if Cmake can't find or "validate" your Python distribution.<div><br></div><div>Since LLDB is rarely built with this option, nobody discovers when this configuration breaks.  For example, if you try it today, you'll get a handful of missing symbol errors because their declarations are #if'ed out but other code still references them.</div><div><br></div><div>I'm proposing eliminating this option and fixing the validation of the Python distribution in LLDBConfig.cmake.</div><div><br></div><div>If you believe LLDB_DISABLE_PYTHON is still useful, please speak up, and I'll instead look at fixing the existing build problems.</div></div>