We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ab3d8b commit 1c4a0bdCopy full SHA for 1c4a0bd
Doc/c-api/module.rst
@@ -328,6 +328,8 @@ The available slot types are:
328
``PyModuleDef`` has non-``NULL`` ``m_traverse``, ``m_clear``,
329
``m_free``; non-zero ``m_size``; or slots other than ``Py_mod_create``.
330
331
+ .. versionadded:: 3.5
332
+
333
.. c:macro:: Py_mod_exec
334
335
Specifies a function that is called to *execute* the module.
@@ -342,6 +344,8 @@ The available slot types are:
342
344
If multiple ``Py_mod_exec`` slots are specified, they are processed in the
343
345
order they appear in the *m_slots* array.
346
347
348
349
.. c:macro:: Py_mod_multiple_interpreters
350
351
Specifies one of the following values:
0 commit comments