Skip to content

Commit 1c4a0bd

Browse files
committed
Add versionadded entries
1 parent 0ab3d8b commit 1c4a0bd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/c-api/module.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,8 @@ The available slot types are:
328328
``PyModuleDef`` has non-``NULL`` ``m_traverse``, ``m_clear``,
329329
``m_free``; non-zero ``m_size``; or slots other than ``Py_mod_create``.
330330
331+
.. versionadded:: 3.5
332+
331333
.. c:macro:: Py_mod_exec
332334
333335
Specifies a function that is called to *execute* the module.
@@ -342,6 +344,8 @@ The available slot types are:
342344
If multiple ``Py_mod_exec`` slots are specified, they are processed in the
343345
order they appear in the *m_slots* array.
344346
347+
.. versionadded:: 3.5
348+
345349
.. c:macro:: Py_mod_multiple_interpreters
346350
347351
Specifies one of the following values:

0 commit comments

Comments
 (0)