SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

gh-141004: Improve `make check-c-api-docs` (GH-143564)

- Gather all documented names into a set in a single pass.
  This makes the check much faster.

- Do not match substrings (e.g. documenting `PyErr_WarnEx`
  doesn't mean that `PyErr_Warn` is documented)

- Consider `PY`-prefixed names (a lot of old macros use this)
P
Petr Viktorin committed
234a15dc4ec2d8f8ababea91532ebe896a96387a
Parent: fd6d41b
Committed by GitHub <noreply@github.com> on 1/9/2026, 10:16:50 AM