SIGN IN SIGN UP

[3.10] bpo-38256: Fix binascii.crc32 large input. (GH-32000) (GH-32013)

Inputs >= 4GiB to `binascii.crc32(...)` when compiled to use the zlib
crc32 implementation (the norm on POSIX) no longer return the wrong
result.
G
Gregory P. Smith committed
4c989e19c84ec224655bbbde9422e16d4a838a80
Parent: 94f038c
Committed by GitHub <noreply@github.com> on 3/20/2022, 9:46:52 PM