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 ron_kaminsky
Recipients ron_kaminsky
Date 2022-01-29.20:26:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643487963.78.0.553552664771.issue46575@roundup.psfhosted.org>
In-reply-to
Content
There are one-off errors in upper bounds given in the error messages for hashlib.scrypt(...). MAX_INT *is* accepted (and at least for maxmem, works).

See https://github.com/python/cpython/blob/8fb36494501aad5b0c1d34311c9743c60bb9926c/Modules/_hashopenssl.c#L1375

and https://github.com/python/cpython/blob/8fb36494501aad5b0c1d34311c9743c60bb9926c/Modules/_hashopenssl.c#L1382

With thanks to everyone involved for all the fine work on Python!
History
Date User Action Args
2022-01-29 20:26:03ron_kaminskysetrecipients: + ron_kaminsky
2022-01-29 20:26:03ron_kaminskysetmessageid: <1643487963.78.0.553552664771.issue46575@roundup.psfhosted.org>
2022-01-29 20:26:03ron_kaminskylinkissue46575 messages
2022-01-29 20:26:03ron_kaminskycreate