Skip to content

Conversation

tdavidovicNV
Copy link

This PR references a problem where an object of type Outter that holds a reference to an object of type Inner (both with intrusive pointers) triggers the double set_py_self error when used like this:

outter = Outter()
print(outter.get_inner().get_name())
print(outter.get_inner().get_name()) # hits abort here

This is referenced in #1111

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant