Skip to content

Conversation

@encukou
Copy link
Member

@encukouencukou commented Jan 9, 2026

  • 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)
@bedevere-appbedevere-appbot mentioned this pull request Jan 9, 2026
@encukouencukou merged commit b06ef5b into python:3.13Jan 12, 2026
50 checks passed
@encukouencukou deleted the backport-234a15d-3.13 branch January 12, 2026 13:05
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@encukou