mirror of
https://github.com/python/cpython.git
synced 2026-03-10 15:00:45 +00:00
[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:
parent
a089adfb53
commit
3ef8a3a900
1 changed files with 1 additions and 1 deletions
|
|
@ -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.)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue