diff options
author | Petr Viktorin <encukou@gmail.com> | 2024-06-19 07:17:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-19 07:17:26 (GMT) |
commit | 45d5cab533a607716b2b41134839a59facf309cd (patch) | |
tree | b98d43c3d2c5879835f4b5b0ecf07266d4fd0b5e | |
parent | 89f7208f672be635e923f04c19a7480eb8eb414c (diff) | |
download | cpython-45d5cab533a607716b2b41134839a59facf309cd.zip cpython-45d5cab533a607716b2b41134839a59facf309cd.tar.gz cpython-45d5cab533a607716b2b41134839a59facf309cd.tar.bz2 |
Add a link to free-threading HOWTO to the index (follow-up to GH-119366) (GH-120703)
-rw-r--r-- | Doc/howto/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/howto/index.rst b/Doc/howto/index.rst index 9b72712..a882f17 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` |