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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14094>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to