Kaydet (Commit) 48b7df7b authored tarafından Christian Heimes's avatar Christian Heimes

exclude _hashopenssl.c:_setException() from LCOV coverage

üst ae02d07b
......@@ -557,6 +557,7 @@ PKCS5_PBKDF2_HMAC_fast(const char *pass, int passlen,
return 1;
}
/* LCOV_EXCL_START */
static PyObject *
_setException(PyObject *exc)
{
......@@ -585,6 +586,7 @@ _setException(PyObject *exc)
}
return NULL;
}
/* LCOV_EXCL_STOP */
PyDoc_STRVAR(pbkdf2_hmac__doc__,
"pbkdf2_hmac(hash_name, password, salt, iterations, dklen=None) -> key\n\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment