]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132987: Support __index__() in hashlib.scrypt() (GH-133100)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 29 Apr 2025 13:16:05 +0000 (16:16 +0300)
committerGitHub <noreply@github.com>
Tue, 29 Apr 2025 13:16:05 +0000 (16:16 +0300)
commitd6da6803a1a20cc34795c501b7cdb6b53b6a23b6
tree135e28fe3080e8b25c4bfd229d97cd8ce21686b4
parent07edc0d2b232c19c948a7e65d0c9bd61c7ccdcc8
gh-132987: Support __index__() in hashlib.scrypt() (GH-133100)

Even if such signature is not supported by PyArg_ParseTupleAndKeywords(),
Argument Clinic supports it with inlined converters.
Modules/_hashopenssl.c
Modules/clinic/_hashopenssl.c.h