Make pickle checksum calculation succeed even if one of the hash algorithms is blocked at runtime.
Also, pass "usedforsecurity=False" in Py3.9+ to unblock MD5 also on some security constrained systems (FIPS). Closes https://github.com/cython/cython/issues/4909
Showing