From 3ef8a3a9004ff7ed2bf6f2f67f13ff5b37c42204 Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Wed, 30 Oct 2024 17:46:13 -0300 Subject: [PATCH] [3.12]: gh-103484: Relink _xxsubinterpretersmodule.c in whatsnew/3.12.rst (GH-124183) Relink _xxsubinterpretersmodule.c in whatsnew/3.12.rst --- Doc/whatsnew/3.12.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.) -- 2.47.3