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
With the Bound changes in pyo3, it is currently no longer possible to get a &str reference with a named lifetime in FromPyObject implementations which means we had to introduce a bunch of extra wrapper structs to deal with this. Once PyO3/pyo3#4390 is merged and released, we should remove those again.
The text was updated successfully, but these errors were encountered:
With the
Bound
changes in pyo3, it is currently no longer possible to get a&str
reference with a named lifetime inFromPyObject
implementations which means we had to introduce a bunch of extra wrapper structs to deal with this. Once PyO3/pyo3#4390 is merged and released, we should remove those again.The text was updated successfully, but these errors were encountered: