[issue8741] 2.7 regression in tarfile: IOError: link could not be created

Lars Gustäbel report at bugs.python.org
Tue May 18 16:59:37 CEST 2010


Lars Gustäbel <lars at gustaebel.de> added the comment:

@senthil: Yes, this is a platform-specific problem. The code that is failing is in fact supposed to somehow "emulate" symlink and hardlink extraction on platforms that don't support these, e.g. Windows. What tarfile is trying to do here is to extract links as if they were regular files.

@sridhar: Thanks for the detailed report. I am currently working on the problem.

----------

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


More information about the Python-bugs-list mailing list