Skip to content

Commit 147d710

Browse files
committed
Remove newly documented C APIs from ignored_c_api.txt
1 parent d1769ab commit 147d710

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Tools/check-c-api-docs/ignored_c_api.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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
81
# pydtrace_probes.h
92
PyDTrace_AUDIT
103
PyDTrace_FUNCTION_ENTRY

Tools/check-c-api-docs/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def found_undocumented(singular: bool) -> str:
4646
(pycore_*.h files).
4747
4848
In exceptional cases, certain APIs can be ignored by adding them to
49-
Tools/c-api-docs-check/ignored_c_api.txt
49+
Tools/check-c-api-docs/ignored_c_api.txt
5050
"""
5151
)
5252
+ MISTAKE

0 commit comments

Comments
 (0)