fusion-engineering / inline-python

Inline Python code directly in your Rust code
https://docs.rs/inline-python
BSD 2-Clause "Simplified" License
1.15k stars 37 forks source link

Upgrade to newer PyO3. #41

Closed m-ou-se closed 3 years ago

m-ou-se commented 3 years ago

We're stuck at PyO3 0.11 because https://github.com/PyO3/pyo3/pull/1143 breaks wrap_pyfunction!() for us. See https://github.com/PyO3/pyo3/pull/1597

Once that fix is merged and published, we can update to the latest PyO3 again.

jam1garner commented 3 years ago

@m-ou-se I believe this is fixed by 2506a36?

m-ou-se commented 3 years ago

Yes, thanks!