[3.12]: gh-103484: Relink _xxsubinterpretersmodule.c in whatsnew/3.12.rst (GH-124183)
https://github.com/python/cpython/commit/3ef8a3a9004ff7ed2bf6f2f67f13ff5b37c... commit: 3ef8a3a9004ff7ed2bf6f2f67f13ff5b37c42204 branch: 3.12 author: Rafael Fontenelle <rffontenelle@users.noreply.github.com> committer: willingc <carolcode@willingconsulting.com> date: 2024-10-30T13:46:13-07:00 summary: [3.12]: gh-103484: Relink _xxsubinterpretersmodule.c in whatsnew/3.12.rst (GH-124183) Relink _xxsubinterpretersmodule.c in whatsnew/3.12.rst files: M Doc/whatsnew/3.12.rst diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 7ec1935ce956d3..c99c4559a79f91 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.)
participants (1)
-
willingc