mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +00:00
exclude _hashopenssl.c:_setException() from LCOV coverage
This commit is contained in:
parent
ae02d07bc2
commit
48b7df7b0a
1 changed files with 2 additions and 0 deletions
|
|
@ -557,6 +557,7 @@ PKCS5_PBKDF2_HMAC_fast(const char *pass, int passlen,
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* LCOV_EXCL_START */
|
||||||
static PyObject *
|
static PyObject *
|
||||||
_setException(PyObject *exc)
|
_setException(PyObject *exc)
|
||||||
{
|
{
|
||||||
|
|
@ -585,6 +586,7 @@ _setException(PyObject *exc)
|
||||||
}
|
}
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
/* LCOV_EXCL_STOP */
|
||||||
|
|
||||||
PyDoc_STRVAR(pbkdf2_hmac__doc__,
|
PyDoc_STRVAR(pbkdf2_hmac__doc__,
|
||||||
"pbkdf2_hmac(hash_name, password, salt, iterations, dklen=None) -> key\n\
|
"pbkdf2_hmac(hash_name, password, salt, iterations, dklen=None) -> key\n\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue