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 eric.araujo, giampaolo.rodola, ncoghlan, neologix, pitrou, vstinner
Date 2012-02-13.20:16:35
SpamBayes Score 0.01902419
Marked as misclassified No
Message-id <1329164196.35.0.361622148187.issue13229@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, forgot to mention, the term "symlink loop" itself is ambiguous.

There are direct symlink loops: an example is a "some_dir/linky" link pointing to "../some_dir/linky". These will fail when resolving them.

There are indirect symlink loops: "some_dir/linky" pointing to "../some_dir". Resolving them works fine, but recursively walking them produces an infinite recursion.

Lots of fun :)
History
Date User Action Args
2012-02-13 20:16:36pitrousetrecipients: + pitrou, ncoghlan, vstinner, giampaolo.rodola, eric.araujo, neologix
2012-02-13 20:16:36pitrousetmessageid: <1329164196.35.0.361622148187.issue13229@psf.upfronthosting.co.za>
2012-02-13 20:16:35pitroulinkissue13229 messages
2012-02-13 20:16:35pitroucreate