[issue35503] os.path.islink() works with cygwin installation but not python.org

pmpp report at bugs.python.org
Fri Dec 14 16:27:50 EST 2018


pmpp <pmpp.pub at gmail.com> added the comment:

afaik only cygwin and msys2 python flavours can handle *various* links and junctions. ( usefull tool http://schinagl.priv.at/nt/hardlinkshellext/linkshellextension.html )

and testing symlinks is may be disabled in MSVCRT paths https://github.com/python/cpython/pull/10245/files#diff-2b0d47b7b6809ae1bd1d7fd0c4e36e00R246 as some comment suggest.

----------
nosy: +pmpp

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35503>
_______________________________________


More information about the Python-bugs-list mailing list