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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2017-03-09.15:27:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489073255.72.0.694063401806.issue29774@psf.upfronthosting.co.za>
In-reply-to
Content
The zipfile module can raise struct.error when process corrupted extra field. This issue was partially resolved by issue14315. Following PR converts struct.error to BadZipFile in other case.
History
Date User Action Args
2017-03-09 15:27:35serhiy.storchakasetrecipients: + serhiy.storchaka
2017-03-09 15:27:35serhiy.storchakasetmessageid: <1489073255.72.0.694063401806.issue29774@psf.upfronthosting.co.za>
2017-03-09 15:27:35serhiy.storchakalinkissue29774 messages
2017-03-09 15:27:35serhiy.storchakacreate