[Lldb-commits] [PATCH] D64444: Add Python 3.6 and 3.7 to the version list

Adrian McCarthy via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 9 13:52:26 PDT 2019


amccarth added a comment.

Be aware that Swig 3.0.12 has a compatibility problem with Python 3.7 that causes hundreds of LLDB tests to fail an assertion (at least on Windows).

http://lists.llvm.org/pipermail/lldb-dev/2019-June/015086.html

I don't think that should block the patch or whether it even warrants a comment, but it seems worth mentioning somewhere for anyone who goes searching for the cause of the failure.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64444/new/

https://reviews.llvm.org/D64444





More information about the lldb-commits mailing list