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 dhillier
Recipients dhillier, serhiy.storchaka
Date 2021-05-14.04:13:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620965593.28.0.249048216439.issue44128@roundup.psfhosted.org>
In-reply-to
Content
Integrating a refactor suggested in https://bugs.python.org/issue38334

The logic for preparing a ZipExtFile for reading (setting CRC state, read positions, etc) is currently in two locations: first initialisation and when seeking back to the start of a file.

This change moves the logic into the method `ZipExtFile.init_read()`
History
Date User Action Args
2021-05-14 04:13:13dhilliersetrecipients: + dhillier, serhiy.storchaka
2021-05-14 04:13:13dhilliersetmessageid: <1620965593.28.0.249048216439.issue44128@roundup.psfhosted.org>
2021-05-14 04:13:13dhillierlinkissue44128 messages
2021-05-14 04:13:12dhilliercreate