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
We might be able to use [`GILProtected`](https://docs.rs/pyo3/0.19.2/pyo3/sync/struct.GILProtected.html) instead of `Mutex` here since python object access is already synchronized with Python GIL.
Originally posted by @messense in #3474 (comment)