We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1769ab commit 147d710Copy full SHA for 147d710
Tools/check-c-api-docs/ignored_c_api.txt
@@ -1,10 +1,3 @@
1
-# descrobject.h
2
-PyClassMethodDescr_Type
3
-PyDictProxy_Type
4
-PyGetSetDescr_Type
5
-PyMemberDescr_Type
6
-PyMethodDescr_Type
7
-PyWrapperDescr_Type
8
# pydtrace_probes.h
9
PyDTrace_AUDIT
10
PyDTrace_FUNCTION_ENTRY
Tools/check-c-api-docs/main.py
@@ -46,7 +46,7 @@ def found_undocumented(singular: bool) -> str:
46
(pycore_*.h files).
47
48
In exceptional cases, certain APIs can be ignored by adding them to
49
- Tools/c-api-docs-check/ignored_c_api.txt
+ Tools/check-c-api-docs/ignored_c_api.txt
50
"""
51
)
52
+ MISTAKE
0 commit comments