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 serhiy.storchaka
Recipients ezio.melotti, michael.foord, pitrou, serhiy.storchaka
Date 2012-12-08.18:02:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354989728.58.0.0717635689948.issue16645@psf.upfronthosting.co.za>
In-reply-to
Content
Test test_extract_hardlink() in Lib/test/test_tarfile.py ran 4 times. First time (uncompressed tarfile) it extract symbolic and hard links successfully, but in other 3 times (gzipped, bzipped and lzma'ed tarfile) extracting fails becouse this links already exists (left from first test). The test just ignore this error and other possible errors (error EEXIST raised, but ignored all except ENOENT).

Here is a patch, which adds a right cleanup of extracted links.
History
Date User Action Args
2012-12-08 18:02:08serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, ezio.melotti, michael.foord
2012-12-08 18:02:08serhiy.storchakasetmessageid: <1354989728.58.0.0717635689948.issue16645@psf.upfronthosting.co.za>
2012-12-08 18:02:08serhiy.storchakalinkissue16645 messages
2012-12-08 18:02:08serhiy.storchakacreate