[issue29181] skip tests that raise PermissionError in test_tarfile (non-root user on Android)

Serhiy Storchaka report at bugs.python.org
Sat Jan 7 16:04:25 EST 2017


Serhiy Storchaka added the comment:

Why os.link() is failed? If hard links are not supported on Android, shouldn't os.link be not implemented? tarfile try to make a copy of the referenced file instead of a link if a link can't be created.

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list