FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Docs: Add central references to free-threading-related options by swtaarrs · Pull Request #119017 · python/cpython · GitHub

/ cpython Public

Docs: Add central references to free-threading-related options - #119017

Merged
colesbury merged 3 commits into
python:mainfrom
swtaarrs:cpython-docs
May 21, 2024
Merged

Docs: Add central references to free-threading-related options#119017
colesbury merged 3 commits into
python:mainfrom
swtaarrs:cpython-docs

Conversation

swtaarrs commented May 13, 2024
edited by github-actions Bot
Loading

Copy link
Copy Markdown
Member

The docs for Py_mod_gil said "See PYTHON_GIL and -X gil <-X> for more detail," but neither of those gave any detail about loading extensions in a free-threaded build.

  • Replace that sentence with a reference to the summary in the 3.13 what's new doc.
  • Add a few more links to that summary in other related areas.
  • Fix a syntax error in the versionadded:: line for Py_mod_gil that was causing it to not get rendered.

📚 Documentation preview 📚: https://cpython-previews--119017.org.readthedocs.build/

swtaarrs added docs Documentation in the Doc dir skip issue skip news topic-free-threading needs backport to 3.13 bugs and security fixes labels May 13, 2024
swtaarrs requested review from colesbury and mpage May 13, 2024 21:00
swtaarrs changed the title Add central references to free-threading-related options Docs: Add central references to free-threading-related options May 13, 2024
Comment thread Doc/using/configure.rst Outdated
colesbury merged commit 9fa206a into python:main May 21, 2024

Copy link
Copy Markdown

Thanks @swtaarrs for the PR, and @colesbury for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request May 21, 2024
…nGH-119017)

(cherry picked from commit 9fa206a)

Co-authored-by: Brett Simmers <swtaarrs@users.noreply.github.com>

bedevere-app Bot commented May 21, 2024

Copy link
Copy Markdown

GH-119367 is a backport of this pull request to the 3.13 branch.

bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label May 21, 2024
colesbury pushed a commit that referenced this pull request May 21, 2024
…GH-119017) (#119367)

Docs: Add central references to free-threading-related options (GH-119017)
(cherry picked from commit 9fa206a)

Co-authored-by: Brett Simmers <swtaarrs@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL