This is an archive of the discontinued LLVM Phabricator instance.

libclang python bindings: Fix for bug 26394
ClosedPublic

Authored by jbcoe on Feb 12 2016, 4:07 PM.

Details

Summary

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

Repository
rL LLVM

Event Timeline

jbcoe updated this revision to Diff 47874.Feb 12 2016, 4:07 PM
jbcoe retitled this revision from to libclang python bindings: Fix for bug 26394.
jbcoe updated this object.
jbcoe added reviewers: compnerd, skalinichev, akyrtzi, eliben.
jbcoe set the repository for this revision to rL LLVM.
jbcoe added a comment.Feb 22 2016, 4:31 AM

Has anyone had a chance to look at this yet? Python-bindings tests have been failing for a while without this fix.

skalinichev accepted this revision.Mar 8 2016, 1:56 AM
skalinichev edited edge metadata.

Yes, I've seen that python tests segfaulted too, never had time to investigate it though.

LGTM, great work!

This revision is now accepted and ready to land.Mar 8 2016, 1:56 AM
This revision was automatically updated to reflect the committed changes.