https://github.com/python/cpython/commit/45d5cab533a607716b2b41134839a59facf309cd commit: 45d5cab533a607716b2b41134839a59facf309cd branch: main author: Petr Viktorin <[email protected]> committer: encukou <[email protected]> date: 2024-06-19T09:17:26+02:00 summary:
Add a link to free-threading HOWTO to the index (follow-up to GH-119366) (GH-120703) files: M Doc/howto/index.rst diff --git a/Doc/howto/index.rst b/Doc/howto/index.rst index 9b72712a88926c..a882f1747084fe 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` _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
