https://llvm.org/bugs/show_bug.cgi?id=26394 reports that clang's python bindings tests are failing.
I can confirm that the bug exists and that the proposed fix is good.
Differential D17226
libclang python bindings: Fix for bug 26394 jbcoe on Feb 12 2016, 4:07 PM. Authored by
Details https://llvm.org/bugs/show_bug.cgi?id=26394 reports that clang's python bindings tests are failing. I can confirm that the bug exists and that the proposed fix is good.
Diff Detail
Event TimelineComment Actions Has anyone had a chance to look at this yet? Python-bindings tests have been failing for a while without this fix. Comment Actions Yes, I've seen that python tests segfaulted too, never had time to investigate it though. LGTM, great work! |