[PATCH] D26082: Support for Python 3 in libclang python bindings

Mathieu Duponchelle via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 12 15:24:04 PST 2017


MathieuDuponchelle added a comment.

In https://reviews.llvm.org/D26082#644402, @jbcoe wrote:

> @MathieuDuponchelle I've set up a docker image with Fedora 23 and reproduced the errors as you reported.
>
> I've no immediate idea what the problem might be. Might be worth looking with address-sanitizer.


Hey, good to know!

Two questions:

- Did you try running the test with valgrind on OSX?
- Doesn't the fact that commenting out this line: https://github.com/llvm-mirror/clang/blob/master/bindings/python/clang/cindex.py#L181 "solve" the problem give you a good starting point?


Repository:
  rL LLVM

https://reviews.llvm.org/D26082





More information about the cfe-commits mailing list