◐ Shell
clean mode source ↗

[3.14] gh-141004: Improve `make check-c-api-docs` (GH-143564) by encukou · Pull Request #143593 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

encukou

merged 1 commit into

Jan 12, 2026

Conversation

@encukou

@encukou encukou commented

Jan 9, 2026

edited by bedevere-app Bot

Loading

  • 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)

(cherry picked from commit 234a15d)

)

- 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)

(cherry picked from commit 234a15d)

This was referenced

Jan 9, 2026

@encukou encukou deleted the backport-234a15d-3.14 branch

January 12, 2026 13:05

Labels

1 participant

@encukou