From: Rafael Fontenelle Date: Wed, 30 Oct 2024 20:46:13 +0000 (-0300) Subject: [3.12]: gh-103484: Relink _xxsubinterpretersmodule.c in whatsnew/3.12.rst (GH-124183) X-Git-Tag: v3.12.8~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ef8a3a9004ff7ed2bf6f2f67f13ff5b37c42204;p=thirdparty%2FPython%2Fcpython.git [3.12]: gh-103484: Relink _xxsubinterpretersmodule.c in whatsnew/3.12.rst (GH-124183) Relink _xxsubinterpretersmodule.c in whatsnew/3.12.rst --- diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 7ec1935ce956..c99c4559a79f 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -359,7 +359,7 @@ create an interpreter with its own GIL: /* The new interpreter is now active in the current thread. */ For further examples how to use the C-API for sub-interpreters with a -per-interpreter GIL, see ``Modules/_xxsubinterpretersmodule.c``. +per-interpreter GIL, see :source:`Modules/_xxsubinterpretersmodule.c`. (Contributed by Eric Snow in :gh:`104210`, etc.)