cpython/Tools/check-c-api-docs
Petr Viktorin 234a15dc4e
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)
2026-01-09 11:16:50 +01:00
..
ignored_c_api.txt gh-141004: Improve make check-c-api-docs (GH-143564) 2026-01-09 11:16:50 +01:00
main.py gh-141004: Improve make check-c-api-docs (GH-143564) 2026-01-09 11:16:50 +01:00
mypy.ini gh-142859: Add Tools/check-c-api-docs to mypy check (#142860) 2025-12-17 13:23:30 +02:00