Amaury Forgeot d'Arc <amaur...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue13315>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to