]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-85283: Fix Argument Clinic for md5 extension (#110976)
authorVictor Stinner <vstinner@python.org>
Tue, 17 Oct 2023 11:46:16 +0000 (13:46 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2023 11:46:16 +0000 (13:46 +0200)
commit054f496bd45cf94eac4158fd60ac95ab5f8e45c4
treecd805377e846048398ff86cec510573c23a76d18
parent4dba0a6d871c24bef8570e4f35669a0db89c2e3b
gh-85283: Fix Argument Clinic for md5 extension (#110976)

Limited C API supports the defining class under some conditions.
Modules/clinic/md5module.c.h
Tools/clinic/clinic.py