FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

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

/ cpython Public

[3.13] gh-141004: Improve make check-c-api-docs (GH-143564) - #143594

Merged
encukou merged 1 commit into
python:3.13from
encukou:backport-234a15d-3.13
Jan 12, 2026
Merged

[3.13] gh-141004: Improve make check-c-api-docs (GH-143564)#143594
encukou merged 1 commit into
python:3.13from
encukou:backport-234a15d-3.13

Conversation

encukou commented Jan 9, 2026
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member
  • 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)
encukou requested a review from ZeroIntensity as a code owner January 9, 2026 10:21
encukou merged commit b06ef5b into python:3.13 Jan 12, 2026
50 checks passed
encukou deleted the backport-234a15d-3.13 branch January 12, 2026 13:05
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant


Back | FazBrowse Home | New Git URL