Bug report
Bug description:
When calling hmac.update(), if the HACL* call fails, an exception is set. But this happens while we're releasing the GIL, which is not good.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Other, Linux
Linked PRs
Bug report
Bug description:
When calling
hmac.update(), if the HACL* call fails, an exception is set. But this happens while we're releasing the GIL, which is not good.CPython versions tested on:
CPython main branch
Operating systems tested on:
Other, Linux
Linked PRs
_hmac#135562_hmac(GH-135562) #135725