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
Path::into_pyobject now returns a pathlib.Path object which doesn't work
as expected when added to sys.path so revert to string (see #4925).
`impl FromPyObject for PyRefMut` now returns a custom error type (that
doesn't impl `std::error::Error`) so map the error back the PyErr to
return it (see #5413).
0 commit comments