You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SOfaPython/Binding] Add py::keep_alive in Binding_Node.cpp (#248)
The object created from python needs special care to avoid being deleted by
the python garbage collection mecanisme.
In #74 and #75 the smart pointer mecanism was refactored. The refactoring
added a py::keep_alive, in addObject but didn't in other functions.
The PR fix this.
0 commit comments