Skip to content

Commit 718e620

Browse files
picnixzvstinner
andauthored
Update Modules/hmacmodule.c
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent aea6888 commit 718e620

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/hmacmodule.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,7 @@ _hacl_convert_errno(hacl_errno_t code, PyObject *algorithm)
497497
if (code == Hacl_Streaming_Types_Success) {
498498
return 0;
499499
}
500+
500501
PyGILState_STATE gstate = PyGILState_Ensure();
501502
switch (code) {
502503
case Hacl_Streaming_Types_InvalidAlgorithm: {

0 commit comments

Comments
 (0)