Skip to content

Commit 4f64511

Browse files
committed
PyModExport_modulename is not a real function
1 parent 816023d commit 4f64511

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/howto/free-threading-extensions.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ Multi-Phase Initialization
4646
..........................
4747

4848
Extensions that use :ref:`multi-phase initialization <multi-phase-initialization>`
49-
(functions like :c:func:`PyModuleDef_Init`, :c:func:`PyModExport_modulename`,
49+
(functions like :c:func:`PyModuleDef_Init`,
50+
:c:func:`PyModExport_* <PyModExport_modulename>` export hook,
5051
:c:func:`PyModule_FromSlotsAndSpec`) should add a
5152
:c:data:`Py_mod_gil` slot in the module definition.
5253
If your extension supports older versions of CPython,

0 commit comments

Comments
 (0)