This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou, serhiy.storchaka
Date 2013-12-04.23:17:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1386199057.1.0.531491491058.issue19887@psf.upfronthosting.co.za>
In-reply-to
Content
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."""
History
Date User Action Args
2013-12-04 23:17:37pitrousetrecipients: + pitrou, serhiy.storchaka
2013-12-04 23:17:37pitrousetmessageid: <1386199057.1.0.531491491058.issue19887@psf.upfronthosting.co.za>
2013-12-04 23:17:37pitroulinkissue19887 messages
2013-12-04 23:17:37pitroucreate