[issue13315] Unable to deal with large tarfile

Amaury Forgeot d'Arc report at bugs.python.org
Tue Nov 1 21:41:56 CET 2011


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

It's more likely an issue with the chown call. Indeed, the tar file contains a gid of 4294967295, which is too large for an int.  Normally this was fixed by issue1747858, which was included in Python 2.6.5 and 2.7.
Are you sure you have the same error with Python 2.7?

----------
nosy: +amaury.forgeotdarc

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


More information about the Python-bugs-list mailing list