[issue14094] ntpath.realpath() should use GetFinalPathNameByHandle()

STINNER Victor report at bugs.python.org
Wed Jun 28 10:33:45 EDT 2017


STINNER Victor added the comment:

Oh, only os.stat() was patched to use GetFinalPathNameByHandle()? It seems like most of the code was already written, so it shouldn't be hard to add a nt.GetFinalPathName() function using the win32_xstat_impl() code (and get_target_path()), to implement a real ntpath.realpath(), no?

@Eryk: Are you interested to work on a patch?

----------

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


More information about the Python-bugs-list mailing list