gh-133641: Add missing source link to concurrent.futures docs#133642
Merged
AA-Turner merged 2 commits intoMay 8, 2025
Conversation
The concurrent.futures documentation links to multiple source files where the executors are defined. However, after the addition of the InterpreterPoolExecutor, no link to its source file was added.
AA-Turner
reviewed
May 8, 2025
AA-Turner
approved these changes
May 8, 2025
|
Thanks @ojii for the PR, and @AA-Turner for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
May 8, 2025
…`` (pythonGH-133642) (cherry picked from commit 4fcd377) Co-authored-by: Jonas Obrist <ojiidotch@gmail.com> Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
|
GH-133643 is a backport of this pull request to the 3.14 branch. |
Pranjal095
pushed a commit
to Pranjal095/cpython
that referenced
this pull request
Jul 12, 2025
…`` (python#133642) Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
taegyunkim
pushed a commit
to taegyunkim/cpython
that referenced
this pull request
Aug 4, 2025
…`` (python#133642) Co-authored-by: Adam Turner <9087854+AA-Turner@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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
gh-133641 Add missing source link to concurrent.futures docs
The concurrent.futures documentation links to multiple source files where the executors are defined. However, after the addition of the InterpreterPoolExecutor, no link to its source file was added.
📚 Documentation preview 📚: https://cpython-previews--133642.org.readthedocs.build/