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 malin
Recipients docs@python, gregory.p.smith, malin
Date 2022-03-17.05:35:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647495308.71.0.557199294207.issue47040@roundup.psfhosted.org>
In-reply-to
Content
Since CPython 3.0.0, the checksums are always truncated to `unsigned int`:
https://github.com/python/cpython/blob/v3.0/Modules/zlibmodule.c#L930
https://github.com/python/cpython/blob/v3.0/Modules/zlibmodule.c#L950
History
Date User Action Args
2022-03-17 05:35:08malinsetrecipients: + malin, gregory.p.smith, docs@python
2022-03-17 05:35:08malinsetmessageid: <1647495308.71.0.557199294207.issue47040@roundup.psfhosted.org>
2022-03-17 05:35:08malinlinkissue47040 messages
2022-03-17 05:35:08malincreate