[issue14810] Bug in tarfile

Hans Werner May report at bugs.python.org
Tue May 15 01:48:28 CEST 2012


New submission from Hans Werner May <nc-mayha2 at netcologne.de>:

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

----------
messages: 160674
nosy: hwm
priority: normal
severity: normal
status: open
title: Bug in tarfile
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14810>
_______________________________________


More information about the Python-bugs-list mailing list