We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a089adf commit 3ef8a3aCopy full SHA for 3ef8a3a
Doc/whatsnew/3.12.rst
@@ -359,7 +359,7 @@ create an interpreter with its own GIL:
359
/* The new interpreter is now active in the current thread. */
360
361
For further examples how to use the C-API for sub-interpreters with a
362
-per-interpreter GIL, see ``Modules/_xxsubinterpretersmodule.c``.
+per-interpreter GIL, see :source:`Modules/_xxsubinterpretersmodule.c`.
363
364
(Contributed by Eric Snow in :gh:`104210`, etc.)
365
0 commit comments