Issue #12926: Fix a bug in tarfile's link extraction.
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.
L
Lars Gustäbel committed
dee45e20f67f8d81de2d9c003ab18660036d5d73
Parent: cdf6cd9