Message179979
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. |
|
Date |
User |
Action |
Args |
2013-01-14 21:51:00 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, loewis, rhettinger, ncoghlan, pitrou, giampaolo.rodola, eric.araujo, r.david.murray, cvrebert, ubershmekel, elsdoerfer |
2013-01-14 21:51:00 | serhiy.storchaka | set | messageid: <1358200260.49.0.403780516876.issue13968@psf.upfronthosting.co.za> |
2013-01-14 21:51:00 | serhiy.storchaka | link | issue13968 messages |
2013-01-14 21:50:58 | serhiy.storchaka | create | |
|