]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135561: ensure that the GIL is held when handling an HACL* error in `_hmac...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 19 Jun 2025 19:48:29 +0000 (21:48 +0200)
committerGitHub <noreply@github.com>
Thu, 19 Jun 2025 19:48:29 +0000 (19:48 +0000)
commit83e0ab17f62cb903e8b12420f342b807cc242bd7
tree33f62110fae11627de363a061a4a1cb69f2faaf4
parent8caf3fdacb1466172a57a469e60fbc346f334e32
[3.14] gh-135561: ensure that the GIL is held when handling an HACL* error in `_hmac` (GH-135562) (#135725)

gh-135561: ensure that the GIL is held when handling an HACL* error in `_hmac` (GH-135562)
(cherry picked from commit c76568339867422eca35876cabf82c06a55bbf56)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Misc/NEWS.d/next/Library/2025-06-16-15-03-03.gh-issue-135561.mJCN8D.rst [new file with mode: 0644]
Modules/hmacmodule.c