We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0495cd + 489dccd commit 0dc94bdCopy full SHA for 0dc94bd
3 files changed
pkcs11/_errors.pyx
@@ -82,7 +82,7 @@ cdef ERROR_MAP = {
82
}
83
84
85
-cpdef void assertRV(CK_RV rv) except *:
+cpdef void assertRV(CK_RV rv) nogil except *:
86
"""Check for an acceptable RV value or thrown an exception."""
87
if rv != CKR_OK:
88
raise ERROR_MAP.get(rv,
0 commit comments