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 georg.brandl, h.venev, pitrou
Date 2014-10-30.19:25:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414697155.38.0.645417699699.issue22759@psf.upfronthosting.co.za>
In-reply-to
Content
ENAMETOOLONG: that doesn't mean the file doesn't exist. For example, it could be accessed by changing the current directory and shortening the residual path name.

ELOOP: unfortunately it doesn't guarantee that there is a real symlink loop, just that the OS decided to bail out after a certain number of indirections.

So in both cases I think we should let the errors bubble up.
History
Date User Action Args
2014-10-30 19:25:55pitrousetrecipients: + pitrou, georg.brandl, h.venev
2014-10-30 19:25:55pitrousetmessageid: <1414697155.38.0.645417699699.issue22759@psf.upfronthosting.co.za>
2014-10-30 19:25:55pitroulinkissue22759 messages
2014-10-30 19:25:55pitroucreate