Skip to content
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

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

Merged
merged 3 commits into from
May 21, 2024

Conversation

swtaarrs
Copy link
Member

@swtaarrs swtaarrs commented May 13, 2024

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 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 swtaarrs requested review from mpage and colesbury May 13, 2024 21:00
@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
Doc/using/configure.rst Outdated Show resolved Hide resolved
@colesbury colesbury merged commit 9fa206a into python:main May 21, 2024
27 checks passed
@miss-islington-app
Copy link

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

bedevere-app bot commented May 21, 2024

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

@bedevere-app 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>
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.

None yet

2 participants