From: Christian Heimes Date: Thu, 5 Dec 2013 06:38:13 +0000 (+0100) Subject: exclude _hashopenssl.c:_setException() from LCOV coverage X-Git-Tag: v3.4.0b2~339 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48b7df7b0ac2dd5dbdb85a2bac1e1225fdf43b3b;p=python exclude _hashopenssl.c:_setException() from LCOV coverage --- diff --git a/Modules/_hashopenssl.c b/Modules/_hashopenssl.c index a866fbf7f9..6a2a9afd22 100644 --- a/Modules/_hashopenssl.c +++ b/Modules/_hashopenssl.c @@ -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\