[issue14094] nt.realpath() should use GetFinalPathNameByHandle() when available

2017-06-27 Thread STINNER Victor
STINNER Victor added the comment: Python 3 now uses GetFinalPathNameByHandle()! -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue14094] nt.realpath() should use GetFinalPathNameByHandle() when available

2014-07-13 Thread Mark Lawrence
Mark Lawrence added the comment: I'm assuming that this should be treated as an enhancement request. -- nosy: +BreamoreBoy type: -> enhancement versions: +Python 3.5 -Python 3.3 ___ Python tracker

[issue14094] nt.realpath() should use GetFinalPathNameByHandle() when available

2013-01-02 Thread STINNER Victor
Changes by STINNER Victor : -- components: +Windows ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue14094] nt.realpath() should use GetFinalPathNameByHandle() when available

2012-02-27 Thread Petri Lehtinen
Changes by Petri Lehtinen : -- nosy: +petri.lehtinen ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue14094] nt.realpath() should use GetFinalPathNameByHandle() when available

2012-02-22 Thread STINNER Victor
New submission from STINNER Victor : nt.realpath() should use GetFinalPathNameByHandleW() when available, instead of GetFullPathNameW(), to resolve symlinks. By the way, it's strange that Py_GetFinalPathNameByHandleW() is called with VOLUME_NAME_NT to get the buffer size, and then with VOLUME_

[issue14094] nt.realpath() should use GetFinalPathNameByHandle() when available

2012-02-22 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +amaury.forgeotdarc ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/