[issue6975] symlinks incorrectly resolved on Linux

Marco Buccini report at bugs.python.org
Sun Oct 18 11:07:23 CEST 2009


Marco Buccini <marcusbu at gmail.com> added the comment:

>Thanks for looking deeper into it.
>I would like to check the solution ASAP.
>We have really crazy dir structure which can catch a lot of
>the unexpected problems with paths, links, circular links etc.

Oh well, so you can see if the patch works correctly on all paths :)
 
>Should I expect the new version to generate the exception
>as you suggested?

 
Unfortunately I'm not God, so I cannot change the "code" of the current
implementation of os.path.realpath (raising an OSError exception)
without breaking any existing code. 
So, consider using the current implementation of os.path.realpath ;)
If you experience other strange behaviors, then open a new bug report.

Bye!

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6975>
_______________________________________


More information about the Python-bugs-list mailing list