[Lldb-commits] [PATCH] D69742: [LLDB][Python] remove ArgInfo::count
Lawrence D'Anna via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 4 10:47:56 PST 2019
lawrence_danna marked 2 inline comments as done.
lawrence_danna added inline comments.
================
Comment at: lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp:764
}
#if PY_MAJOR_VERSION >= 3 && PY_MINOR_VERSION >= 3
----------------
JDevlieghere wrote:
> Should we check `has_varargs` here as well?
nope, it's an implementation detail now. not available here.
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