Commits
Click on a commit to change the comparison rangeUpdate plugin example to work with recent changes
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).