PyO3 / pyo3-async-runtimes

PyO3-based bridges between Python and Rust async runtimes
Other
47 stars 9 forks source link

Update to Pyo3 v0.22 #7

Closed bschoenmaeckers closed 1 month ago

bschoenmaeckers commented 1 month ago

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.

ref #1

davidhewitt commented 1 month ago

Thanks! Potentially rebase on main please, and then CI should run :)

cjdsellers commented 1 month ago

I'll wait for this one to be merged before I do anything else, so we're not stepping on each other :smile: