]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-141004: Add a CI job ensuring that new C APIs include documentation (GH...
authorPeter Bierma <zintensitydev@gmail.com>
Thu, 4 Dec 2025 13:07:39 +0000 (08:07 -0500)
committerGitHub <noreply@github.com>
Thu, 4 Dec 2025 13:07:39 +0000 (08:07 -0500)
commitd069edc9e8048b3f4b1bd63379dd387d2b75d14c
tree4a045aaa3e18e7f08851056230790fc8e0eb7817
parent5611e0809b00a1d167f4ad92a1d6cfe34b7b3faa
[3.14] gh-141004: Add a CI job ensuring that new C APIs include documentation (GH-142102) (GH-142247)

* gh-141004: Add a CI job ensuring that new C APIs include documentation (GH-142102)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
(cherry picked from commit 1a7824a927f0706300af7bfc182884a43e2f587a)

---------

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
.github/CODEOWNERS
.github/workflows/build.yml
Makefile.pre.in
Tools/check-c-api-docs/ignored_c_api.txt [new file with mode: 0644]
Tools/check-c-api-docs/main.py [new file with mode: 0644]