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 816023d commit 4f64511Copy full SHA for 4f64511
1 file changed
Doc/howto/free-threading-extensions.rst
@@ -46,7 +46,8 @@ Multi-Phase Initialization
46
..........................
47
48
Extensions that use :ref:`multi-phase initialization <multi-phase-initialization>`
49
-(functions like :c:func:`PyModuleDef_Init`, :c:func:`PyModExport_modulename`,
+(functions like :c:func:`PyModuleDef_Init`,
50
+:c:func:`PyModExport_* <PyModExport_modulename>` export hook,
51
:c:func:`PyModule_FromSlotsAndSpec`) should add a
52
:c:data:`Py_mod_gil` slot in the module definition.
53
If your extension supports older versions of CPython,
0 commit comments