Skip to content

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

@swtaarrsswtaarrs commented May 13, 2024

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
swtaarrs requested review from colesbury and mpageMay 13, 2024 21:00
@swtaarrsswtaarrs changed the title Add central references to free-threading-related optionsDocs: Add central references to free-threading-related optionsMay 13, 2024
Comment threadDoc/using/configure.rst Outdated
@colesbury
colesbury merged commit 9fa206a into python:mainMay 21, 2024
@miss-islington-app

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

Copy link
Copy Markdown

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

@bedevere-appbedevere-appBot 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>
@JelleZijlstraJelleZijlstra mentioned this pull request May 28, 2024
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@swtaarrs@colesbury