Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Doc/c-api/module.rst
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,11 @@ remove it.
functions are no longer called before the module state is allocated.


.. c:var:: PyTypeObject PyModuleDef_Type

The type of ``PyModuleDef`` objects.


.. _moduledef-dynamic:

The following API can be used to create modules from a :c:type:`!PyModuleDef`
Expand Down
2 changes: 0 additions & 2 deletions Tools/check-c-api-docs/ignored_c_api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ Py_UTF8Mode
Py_HASH_EXTERNAL
# modsupport.h
PyABIInfo_FREETHREADING_AGNOSTIC
# moduleobject.h
PyModuleDef_Type
# object.h
Py_INVALID_SIZE
Py_TPFLAGS_HAVE_VERSION_TAG
Expand Down
Loading