]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-85283: Build md5 extension with limited C API (#110967)
authorVictor Stinner <vstinner@python.org>
Tue, 17 Oct 2023 10:57:41 +0000 (12:57 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2023 10:57:41 +0000 (10:57 +0000)
commit4dba0a6d871c24bef8570e4f35669a0db89c2e3b
tree158a2665fc8ae2c26fac148af274e0ce6187d8c1
parentb75b1f389f083db8568bff573c33ab4ecf29655a
gh-85283: Build md5 extension with limited C API (#110967)

* Replace _Py_strhex() with few lines of code.
* Replace _PyType_GetModuleState() with PyType_GetModuleState().
* Fix make check-c-globals.
Doc/whatsnew/3.13.rst
Misc/NEWS.d/next/Build/2023-10-17-01-56-11.gh-issue-85283.V156T2.rst
Modules/clinic/md5module.c.h
Modules/md5module.c
Tools/c-analyzer/cpython/ignored.tsv