[Lldb-commits] [PATCH] D69742: [LLDB][Python] remove ArgInfo::count

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 4 09:31:53 PST 2019


JDevlieghere accepted this revision.
JDevlieghere added a comment.

LGTM modulo inline comment.



================
Comment at: lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp:764
   }
 
 #if PY_MAJOR_VERSION >= 3 && PY_MINOR_VERSION >= 3
----------------
Should we check `has_varargs` here as well?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D69742





More information about the lldb-commits mailing list