exclude _hashopenssl.c:_setException() from LCOV coverage

This commit is contained in:
Christian Heimes 2013-12-05 07:38:13 +01:00
parent ae02d07bc2
commit 48b7df7b0a
1 changed files with 2 additions and 0 deletions

View File

@ -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\