]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12]: gh-103484: Relink _xxsubinterpretersmodule.c in whatsnew/3.12.rst (GH-124183)
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>
Wed, 30 Oct 2024 20:46:13 +0000 (17:46 -0300)
committerGitHub <noreply@github.com>
Wed, 30 Oct 2024 20:46:13 +0000 (13:46 -0700)
Relink _xxsubinterpretersmodule.c in whatsnew/3.12.rst

Doc/whatsnew/3.12.rst

index 7ec1935ce956d3d99fe55d015d370e9b731ae2be..c99c4559a79f910d99989cf2d52cfa8860139b82 100644 (file)
@@ -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.)