[3.13] gh-141004: Improve `make check-c-api-docs` (GH-143564) by encukou · Pull Request #143594 · python/cpython
-
-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Merged
Conversation
-
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_WarnExdoesn't mean thatPyErr_Warnis 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
deleted the
backport-234a15d-3.13
branch
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