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 hwm
Recipients hwm
Date 2012-05-14.23:48:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337039308.77.0.231194182342.issue14810@psf.upfronthosting.co.za>
In-reply-to
Content
Bug in tarfile:

In extractall, when a file exists in tarball with changetime older than (I don't know, in my case it was year 1956) tarfile raises an Overflow exception:

  File "/usr/lib64/python2.7/tarfile.py", line 2298, in utime
    os.utime(targetpath, (tarinfo.mtime, tarinfo.mtime))
OverflowError: Python int too large to convert to C long

System: Mageia 1.0
Python version: 2.7.1
History
Date User Action Args
2012-05-14 23:48:28hwmsetrecipients: + hwm
2012-05-14 23:48:28hwmsetmessageid: <1337039308.77.0.231194182342.issue14810@psf.upfronthosting.co.za>
2012-05-14 23:48:28hwmlinkissue14810 messages
2012-05-14 23:48:28hwmcreate