Skip to content

Commit 83011f7

Browse files
committed
Fix my stupid script.
1 parent 6898b42 commit 83011f7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ PyCF_MASK
6666
PyCF_MASK_OBSOLETE
6767
PyCF_SOURCE_IS_UTF8
6868
# cpython/descrobject.h
69-
PyDescr_COMMON
7069
PyDescr_NAME
7170
PyDescr_TYPE
7271
PyWrapperFlag_KEYWORDS
@@ -76,8 +75,6 @@ Py_UniversalNewlineFgets
7675
PyUnstable_CopyPerfMapFile
7776
PyUnstable_PerfTrampoline_CompileCode
7877
PyUnstable_PerfTrampoline_SetPersistAfterFork
79-
# cpython/pyerrors.h
80-
PyException_HEAD
8178
# cpython/pyframe.h
8279
PyUnstable_EXECUTABLE_KINDS
8380
PyUnstable_EXECUTABLE_KIND_BUILTIN_FUNCTION
@@ -121,4 +118,4 @@ PY_MONITORING_EVENT_BRANCH
121118
PY_DEF_EVENT
122119
PY_FOREACH_DICT_EVENT
123120
# cpython/pystats.h
124-
PYSTATS_MAX_UOP_ID
121+
PYSTATS_MAX_UOP_ID

0 commit comments

Comments
 (0)