• Lars Gustäbel's avatar
    Merge from 3.2: Issue #12926: Fix a bug in tarfile's link extraction. · 8f771a47
    Lars Gustäbel yazdı
    On platforms that do not support (symbolic) links, tarfile offers a
    work-around and extracts a link in an archive as the regular file the link is
    pointing to. On other platforms, this code was accidentally executed even
    after the link had been successfully extracted which failed due to the already
    existing link.
    8f771a47
tarfile.py 90.4 KB