[PATCH] D26082: Support for Python 3 in libclang python bindings
Mathieu Duponchelle via cfe-commits
cfe-commits at lists.llvm.org
Thu Nov 24 11:50:44 PST 2016
MathieuDuponchelle added a comment.
I get tons of errors when running these tests with python 3 (version 3.4.3) with a fresh build of clang and llvm. The number of failures vs errors vary wildly between each invocation, the number of total failures + errors stays the same, which led me to think there was some sort of memory corruption.
Running the tests under valgrind make them pass, but also shows errors which I assume are ctypes-related.
This is valgrind's output for ` LD_LIBRARY_PATH=/home/meh/devel/sandbox/llvm/build/lib valgrind python3 -m nose tests.cindex.test_cursor:test_get_template_argument_value` as an example
F2616611: valgrind_output.txt <https://reviews.llvm.org/F2616611>
Repository:
rL LLVM
https://reviews.llvm.org/D26082
More information about the cfe-commits
mailing list