8000 GH-103484: Fix broken links reported by linkcheck by rffontenelle · Pull Request #124169 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-103484: Fix broken links reported by linkcheck #124169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 17, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Use literal text for Modules/_xxsubinterpretersmodule.c in Doc/whatsn…
…ew/3.12.rst
  • Loading branch information
rffontenelle authored Sep 17, 2024
commit d5ea4121c3bf062289a986f7909d16d025f23944
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 :source:`Modules/_interpretersmodule.c`.
per-interpreter GIL, see ``Modules/_xxsubinterpretersmodule.c``.

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

Expand Down
Loading
0