gh-141004: Improve `make check-c-api-docs` by encukou · Pull Request #143564 · python/cpython
added 2 commits
encukou
deleted the
doccheck-glob-findall
branch
encukou added a commit to encukou/cpython that referenced this pull request
) - 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 added a commit to encukou/cpython that referenced this pull request
- 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 added a commit that referenced this pull request
) - 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 added a commit that referenced this pull request
) - 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)
reidenong pushed a commit to reidenong/cpython that referenced this pull request
thunder-coding pushed a commit to thunder-coding/cpython that referenced this pull request