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 rhpvorderman, serhiy.storchaka
Date 2021-11-22.09:25:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1637573143.35.0.597318337103.issue45509@roundup.psfhosted.org>
In-reply-to
Content
I think it is good idea, although we may get reports about regressions in 3.11 when Python will start to reject GZIP files which was successfully read before.

But before merging this I want to know:

1. How much overhead does it add for reading files with the FHCRC flag clear?
2. How much overhead does it add for reading files with the FHCRC flag set?
3. Are GZIP files created by other tools has the FHCRC flag by default?
History
Date User Action Args
2021-11-22 09:25:43serhiy.storchakasetrecipients: + serhiy.storchaka, rhpvorderman
2021-11-22 09:25:43serhiy.storchakasetmessageid: <1637573143.35.0.597318337103.issue45509@roundup.psfhosted.org>
2021-11-22 09:25:43serhiy.storchakalinkissue45509 messages
2021-11-22 09:25:43serhiy.storchakacreate