[issue11397] os.path.realpath() may produce incorrect results

Santoso Wijaya report at bugs.python.org
Mon Mar 21 11:37:10 CET 2011


Santoso Wijaya <santoso.wijaya at gmail.com> added the comment:

I'm attaching a patch that fixes this bug. I'm using a different algorithm altogether than the currently existing one, to allow a stack-based approach that lends itself to fixing this bug (as inspired by Wojciech). Hopefully it won't expose new, subtler bugs...

----------
Added file: http://bugs.python.org/file21320/issue11397.patch

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


More information about the Python-bugs-list mailing list