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 amaury.forgeotdarc
Recipients Dave.Flogeras, amaury.forgeotdarc
Date 2011-11-01.20:41:55
SpamBayes Score 0.006088297
Marked as misclassified No
Message-id <1320180116.05.0.114652332707.issue13315@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2011-11-01 20:41:56amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, Dave.Flogeras
2011-11-01 20:41:56amaury.forgeotdarcsetmessageid: <1320180116.05.0.114652332707.issue13315@psf.upfronthosting.co.za>
2011-11-01 20:41:55amaury.forgeotdarclinkissue13315 messages
2011-11-01 20:41:55amaury.forgeotdarccreate