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 lars.gustaebel
Recipients lars.gustaebel, srid, vstinner
Date 2010-06-11.10:52:57
SpamBayes Score 5.669056e-08
Marked as misclassified No
Message-id <1276253579.62.0.521555756926.issue8958@psf.upfronthosting.co.za>
In-reply-to
Content
I found the problem. As of r76780 the default for the TarFile.errorlevel argument changed from 0 (suppress errors and write them to the debug log instead) to 1 (raise exceptions for fatal extraction errors). This change was not backported to the 2.6 branch back then (it was blocked in r76781).

This means, that Python 2.6 does not succeed either, but the error is simply suppressed.

Ergo, this is no regression but a simple filesystem issue.
History
Date User Action Args
2010-06-11 10:52:59lars.gustaebelsetrecipients: + lars.gustaebel, vstinner, srid
2010-06-11 10:52:59lars.gustaebelsetmessageid: <1276253579.62.0.521555756926.issue8958@psf.upfronthosting.co.za>
2010-06-11 10:52:58lars.gustaebellinkissue8958 messages
2010-06-11 10:52:57lars.gustaebelcreate