Donald Sun
Donald Sun
I tried the official example- [https://pyo3.rs/v0.16.2/trait_bounds.html](url). It works well when the code is in `.py` file, I can see the print from python and rust. But when I use it...
### Is there an existing issue for this? - [X] I have searched the existing issues ### OS/Web Information - Web Browser: Edge - Local OS: Win11 - Remote OS:...
After update polars to 0.37 and pyo3-polars to 0.11.1, I find there would be an error when return `PyResult` to Python: ``` thread '' panicked at /Users/sun/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pyo3-polars-0.11.1/src/lib.rs:169:49: called `Result::unwrap()` on...