There was an error while loading. Please reload this page.
1 parent ae02d07 commit 48b7df7Copy full SHA for 48b7df7
1 file changed
Modules/_hashopenssl.c
@@ -557,6 +557,7 @@ PKCS5_PBKDF2_HMAC_fast(const char *pass, int passlen,
557
return 1;
558
}
559
560
+/* LCOV_EXCL_START */
561
static PyObject *
562
_setException(PyObject *exc)
563
{
@@ -585,6 +586,7 @@ _setException(PyObject *exc)
585
586
587
return NULL;
588
589
+/* LCOV_EXCL_STOP */
590
591
PyDoc_STRVAR(pbkdf2_hmac__doc__,
592
"pbkdf2_hmac(hash_name, password, salt, iterations, dklen=None) -> key\n\
0 commit comments