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
- shared_ptr should not be passed by reference when we don't know how long it will live for
- callback functions now stored as managed boost::python::object's to ensure we keep the ref count correct
- Simple test now passes, and doesn't crash.
- "Per hand" testing occassionally results in crash, can't reproduce in test yet
0 commit comments