[Lldb-commits] [PATCH] D77480: Fix illegal early call to PyBuffer_Release in swig typemaps
Lawrence D'Anna via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Apr 6 10:18:53 PDT 2020
lawrence_danna added a comment.
In D77480#1963315 <https://reviews.llvm.org/D77480#1963315>, @labath wrote:
> Thanks for getting back to this. Is there any reasonable way of testing this (e.g. an existing python class with temporary buffer storage), or would we have to implement our own PyBuffer object?
I don't how of any existing class that does that, I think we'd need to implement our own.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77480/new/
https://reviews.llvm.org/D77480
More information about the lldb-commits
mailing list