[Lldb-commits] [PATCH] D78462: get rid of PythonInteger::GetInteger()
Lawrence D'Anna via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Apr 23 11:57:02 PDT 2020
lawrence_danna added a comment.
@omjavaid sorry I didn't catch that on pre-submit testing. `PyLong_AsLongLong` and friends do not automatically convert on python2 like they do on python3. It's fixed now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78462/new/
https://reviews.llvm.org/D78462
More information about the lldb-commits
mailing list