[issue12801] C realpath not used by os.path.realpath

STINNER Victor report at bugs.python.org
Sun Aug 21 01:57:43 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

The Python implementation (os.path.realpath) was introduced 10 years ago by the issue #461781.

The Python implemtation has known bugs:

 - #9949: os.path.realpath on Windows does not follow symbolic links
 - #11397: os.path.realpath() may produce incorrect results

See also the issue #1298813: _Py_wrealpath() must use canonicalize_file_name() if available.

----------

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


More information about the Python-bugs-list mailing list