From: Petr Viktorin Date: Wed, 19 Jun 2024 07:17:26 +0000 (+0200) Subject: Add a link to free-threading HOWTO to the index (follow-up to GH-119366) (GH-120703) X-Git-Tag: v3.14.0a1~1418 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=45d5cab533a607716b2b41134839a59facf309cd;p=thirdparty%2FPython%2Fcpython.git Add a link to free-threading HOWTO to the index (follow-up to GH-119366) (GH-120703) --- diff --git a/Doc/howto/index.rst b/Doc/howto/index.rst index 9b72712a8892..a882f1747084 100644 --- a/Doc/howto/index.rst +++ b/Doc/howto/index.rst @@ -52,6 +52,7 @@ General: Advanced development: * :ref:`curses-howto` +* :ref:`freethreading-extensions-howto` * :ref:`isolating-extensions-howto` * :ref:`python_2.3_mro` * :ref:`socket-howto`