Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Document PyModuleDef_Type
  • Loading branch information
ZeroIntensity authored Feb 20, 2026
commit 41fba301107ebd890321b99bb3222f1ded23b600
5 changes: 5 additions & 0 deletions Doc/c-api/extension-modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,11 @@ For example, a module called ``spam`` would be defined like this::
}


.. c:var:: PyTypeObject PyModuleDef_Type

The type of ``PyModuleDef`` objects.


.. _single-phase-initialization:

Legacy single-phase initialization
Expand Down
Loading