Feature or enhancement
Proposal:
Currently posixpath.ismount uses realpath(join(path, '..')) to get the parent of the mount. This is absolutely overkill and should only be used when join(path, '..') isn't sufficient.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
Linked PRs
Feature or enhancement
Proposal:
Currently
posixpath.ismountusesrealpath(join(path, '..'))to get the parent of the mount. This is absolutely overkill and should only be used whenjoin(path, '..')isn't sufficient.Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
os.pathfunctions #117350Linked PRs
posixpath.ismount#117395