Docs: Add central references to free-threading-related options by swtaarrs · Pull Request #119017 · python/cpython
Conversation
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 forPy_mod_gilthat was causing it to not get rendered.
📚 Documentation preview 📚: https://cpython-previews--119017.org.readthedocs.build/
swtaarrs
changed the title
Add central references to free-threading-related options
Docs: Add central references to free-threading-related options
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
…nGH-119017) (cherry picked from commit 9fa206a) Co-authored-by: Brett Simmers <swtaarrs@users.noreply.github.com>
colesbury pushed a commit that referenced this pull request
…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