Skip to content

Commit 977c807

Browse files
committed
fixup
1 parent 06aaee0 commit 977c807

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_hashopenssl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ _hashlib_HASH_update_impl(HASHobject *self, PyObject *obj)
798798
Py_buffer view;
799799
GET_BUFFER_VIEW_OR_ERROUT(obj, &view);
800800
HASHLIB_EXTERNAL_INSTRUCTIONS_LOCKED(
801-
self, HASHLIB_GIL_MINSIZE,
801+
self, view.len,
802802
result = _hashlib_HASH_hash(self, view.buf, view.len)
803803
);
804804
PyBuffer_Release(&view);

0 commit comments

Comments
 (0)