Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace readlink by builtin realpath
readlink is not available or behaves differently on MacOS, so that `_readlink` fails on MacOS. This change instead uses the `realpath` attribute on `path` objects, which also resolves all symlinks.
- Loading branch information