blob: b595f1893609cc876e47b395a61e7be3e4c6bc9f (
plain)
1
2
3
|
We now release the GIL around built-in :mod:`hashlib` computations of
reasonable size for the SHA families and MD5 hash functions, matching
what our OpenSSL backed hash computations already does.
|