Skip to content

Commit 3ef8a3a

Browse files
authored
[3.12]: gh-103484: Relink _xxsubinterpretersmodule.c in whatsnew/3.12.rst (GH-124183)
Relink _xxsubinterpretersmodule.c in whatsnew/3.12.rst
1 parent a089adf commit 3ef8a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.12.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ create an interpreter with its own GIL:
359359
/* The new interpreter is now active in the current thread. */
360360
361361
For further examples how to use the C-API for sub-interpreters with a
362-
per-interpreter GIL, see ``Modules/_xxsubinterpretersmodule.c``.
362+
per-interpreter GIL, see :source:`Modules/_xxsubinterpretersmodule.c`.
363363

364364
(Contributed by Eric Snow in :gh:`104210`, etc.)
365365

0 commit comments

Comments
 (0)