◐ Shell
clean mode source ↗

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

Conversation

@swtaarrs

@swtaarrs swtaarrs commented

May 13, 2024

edited by github-actions Bot

Loading

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 swtaarrs changed the title Add central references to free-threading-related options Docs: Add central references to free-threading-related options

May 13, 2024

swtaarrs

colesbury

@miss-islington-app

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

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>

estyxx pushed a commit to estyxx/cpython that referenced this pull request

Jul 17, 2024

Labels

2 participants

@swtaarrs @colesbury