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 4f64511 commit 19b911dCopy full SHA for 19b911d
Doc/howto/free-threading-extensions.rst
@@ -67,7 +67,7 @@ you should guard the slot with a :c:data:`PY_VERSION_HEX` check.
67
Single-Phase Initialization
68
...........................
69
70
-Extensions that use :ref:`legacy single-phase initialization <single-phase-initialization>`
+Extensions that use legacy :ref:`single-phase initialization <single-phase-initialization>`
71
(that is, :c:func:`PyModule_Create`) should call :c:func:`PyUnstable_Module_SetGIL` to
72
indicate that they support running with the GIL disabled. The function is
73
only defined in the free-threaded build, so you should guard the call with
0 commit comments