[3.12]: gh-103484: Relink _xxsubinterpretersmodule.c in whatsnew/3.12.rst (GH-124183)

Relink _xxsubinterpretersmodule.c in whatsnew/3.12.rst
This commit is contained in:
Rafael Fontenelle 2024-10-30 17:46:13 -03:00 committed by GitHub
parent a089adfb53
commit 3ef8a3a900
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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.)