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 serhiy.storchaka
Recipients cvrebert, elsdoerfer, eric.araujo, giampaolo.rodola, loewis, ncoghlan, pitrou, r.david.murray, rhettinger, serhiy.storchaka, ubershmekel
Date 2013-01-14.21:50:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1358200260.49.0.403780516876.issue13968@psf.upfronthosting.co.za>
In-reply-to
Content
In fact glob() is already protected against an endless recursion (in the same way as Bash). The level of recursion is simply limited by the maximum length of the path. So I did not change the implementation, I have just added a test for symlink loop. I also corrected the other new tests so that they should not fail on the platform without symlinks.
History
Date User Action Args
2013-01-14 21:51:00serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, rhettinger, ncoghlan, pitrou, giampaolo.rodola, eric.araujo, r.david.murray, cvrebert, ubershmekel, elsdoerfer
2013-01-14 21:51:00serhiy.storchakasetmessageid: <1358200260.49.0.403780516876.issue13968@psf.upfronthosting.co.za>
2013-01-14 21:51:00serhiy.storchakalinkissue13968 messages
2013-01-14 21:50:58serhiy.storchakacreate