commit | 60fa8b32dbfe452b81c44d2b8a96325fb19a206d | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Mon May 17 01:03:57 2021 -0700 |
committer | GitHub <noreply@github.com> | Mon May 17 01:03:57 2021 -0700 |
tree | 8fe38e70da6c1418f6a4f810220853f47738d043 | |
parent | e6755ba94b629a51819c9c076626afc187cded9b [diff] |
bpo-44145: Release the GIL around HMAC_Update. (GH-26157) It was always meant to be released for parallelization. This now matches the other similar code in the module. Thanks michaelforney for noticing! (cherry picked from commit c10392e7ddb3eafbd11e9ffe335c07648426715f) Co-authored-by: Gregory P. Smith <greg@krypto.org>