We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't do
scop = tadashi.Scops(Simple("examples/depnodep.c"))[0]
because the Scops object gets deleted (which deletes the C objects) and when the scop obj references them, it segfaults.
Scops
scop
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Can't do
because the
Scops
object gets deleted (which deletes the C objects) and when thescop
obj references them, it segfaults.The text was updated successfully, but these errors were encountered: