Skip to content

Commit 41fba30

Browse files
Document PyModuleDef_Type
1 parent 0f7cd55 commit 41fba30

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/c-api/extension-modules.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,11 @@ For example, a module called ``spam`` would be defined like this::
267267
}
268268
269269
270+
.. c:var:: PyTypeObject PyModuleDef_Type
271+
272+
The type of ``PyModuleDef`` objects.
273+
274+
270275
.. _single-phase-initialization:
271276
272277
Legacy single-phase initialization

0 commit comments

Comments
 (0)