This is my first attempt at updating to pyo3 v0.22 without the py-clone feature. I've added a Python::with_gil naively everywhere a GIL token was required, so it may need some refactoring & cleanup next. Furthermore all fmt/cargo checks should be resolved.
This is my first attempt at updating to pyo3 v0.22 without the
py-clone
feature. I've added aPython::with_gil
naively everywhere a GIL token was required, so it may need some refactoring & cleanup next. Furthermore all fmt/cargo checks should be resolved.ref #1