STINNER Victor added the comment:

I don't understand if the issue comes from symlink() or readlink(). Can you 
reproduce the issue using commands on the command line?

$ ln -s setup.py link
`link' -> `setup.py'
$ readlink link
setup.py

(You may need to test different length for filenames.)

Do you only have the issue with ZFS, or with other file systems?

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15748>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to