Message94470
This new version of the patch provides a workaround for the issue1686475
regression. It simply falls back to the traditional (symlink-naive) stat
behavior when a handle cannot be obtained for the specified filename.
My intention is that we can commit this patch (as it's still a strict
improvement over the previous behavior), and work out a fully-symlink
aware stat method in a subsequent patch.
There are still regression tests in test_posixpath.py that are failing
due to the non-implementation of realpath. I'll tackle this task next. |
|
Date |
User |
Action |
Args |
2009-10-26 01:29:23 | jaraco | set | recipients:
+ jaraco, lemburg, loewis, nnorwitz, jafo, amaury.forgeotdarc, eric.smith, giampaolo.rodola, swarren, r.david.murray |
2009-10-26 01:29:21 | jaraco | set | messageid: <1256520561.8.0.662639463107.issue1578269@psf.upfronthosting.co.za> |
2009-10-26 01:29:14 | jaraco | link | issue1578269 messages |
2009-10-26 01:29:14 | jaraco | create | |
|