From 189b1dace2462ba70eca5fffcf843f3987280dbc Mon Sep 17 00:00:00 2001 From: Rafael Fontenelle Date: Tue, 17 Sep 2024 12:44:08 -0300 Subject: [PATCH] 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 18a144e76d7140..3d213076199b4d 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.)