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
fix: Handle log callback with None parameter in nanobind
- Use nb::handle instead of nb::callable to accept both callable and None
- Check is_none() explicitly before casting to callable
- Fixes segfault when callback is invoked after being cleared
- Store callback in unique_ptr to manage lifetime properly
0 commit comments