[issue19887] Path.resolve() ENAMETOOLONG on pathologic symlinks

Antoine Pitrou report at bugs.python.org
Thu Dec 5 00:17:37 CET 2013


Antoine Pitrou added the comment:

This is https://bitbucket.org/pitrou/pathlib/issue/9/pathresolve-fails-on-complex-symlinks

As noted there:

"""It's a ENAMETOOLONG error when calling readlink(), because there are many "." components. This is really an edge case caused by the specific test setup, I don't think you'd have that many "." components in real-world use."""

----------
priority: normal -> low
title: Path.resolve() fails on deep symlinks -> Path.resolve() ENAMETOOLONG on pathologic symlinks

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19887>
_______________________________________


More information about the Python-bugs-list mailing list