This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author taleinat
Recipients Jonathan Hsu, Manjusaka, dtamuc, python-dev, taleinat
Date 2020-09-18.21:00:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600462859.01.0.529247840695.issue40049@roundup.psfhosted.org>
In-reply-to
Content
GNU tar (v1.30, Ubuntu 20.04) does indeed overwrite files with symlinks upon extracting, while both `ln -s` and `os.symlink` do not. Therefore I agree that the appropriate behavior would seem to be to overwrite this way, as in the attached PR.
History
Date User Action Args
2020-09-18 21:00:59taleinatsetrecipients: + taleinat, python-dev, Manjusaka, Jonathan Hsu, dtamuc
2020-09-18 21:00:59taleinatsetmessageid: <1600462859.01.0.529247840695.issue40049@roundup.psfhosted.org>
2020-09-18 21:00:58taleinatlinkissue40049 messages
2020-09-18 21:00:58taleinatcreate