This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients docs@python, vstinner
Date 2019-03-06.11:06:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551870389.36.0.98944095722.issue36209@roundup.psfhosted.org>
In-reply-to
Content
Seen on a custom builder:

BUILDSTDERR: ======================================================================
BUILDSTDERR: ERROR: test_scrypt (test.test_hashlib.KDFTests)
BUILDSTDERR: ----------------------------------------------------------------------
BUILDSTDERR: Traceback (most recent call last):
BUILDSTDERR:   File "/builddir/build/BUILD/Python-3.7.2/Lib/test/test_hashlib.py", line 942, in test_scrypt
BUILDSTDERR:     result = hashlib.scrypt(password, salt=salt, n=n, r=r, p=p)
BUILDSTDERR: ValueError: Invalid paramemter combination for n, r, p, maxmem.

There is a typo in "paramemter".
History
Date User Action Args
2019-03-06 11:06:29vstinnersetrecipients: + vstinner, docs@python
2019-03-06 11:06:29vstinnersetmessageid: <1551870389.36.0.98944095722.issue36209@roundup.psfhosted.org>
2019-03-06 11:06:29vstinnerlinkissue36209 messages
2019-03-06 11:06:29vstinnercreate