gh-124210: Add introduction to threading docs#127046
Merged
hugovk merged 22 commits intopython:mainfrom May 16, 2025
Merged
Conversation
Contributor
Author
|
@merwok could you check the changes of this PR? |
Member
ZeroIntensity
left a comment
There was a problem hiding this comment.
Sorry about the delay on reviews!
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
merwok
reviewed
Jan 12, 2025
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Member
ZeroIntensity
left a comment
There was a problem hiding this comment.
Sorry for the delay. This looks just about ready.
merwok
reviewed
Apr 30, 2025
merwok
reviewed
Apr 30, 2025
threading docs
hugovk
reviewed
May 10, 2025
hugovk
approved these changes
May 13, 2025
|
Thanks @donbarbos for the PR, and @hugovk for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
May 16, 2025
(cherry picked from commit 62f66ca) Co-authored-by: Semyon Moroz <donbarbos@proton.me> Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this pull request
May 16, 2025
(cherry picked from commit 62f66ca) Co-authored-by: Semyon Moroz <donbarbos@proton.me> Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
|
GH-134090 is a backport of this pull request to the 3.14 branch. |
|
GH-134091 is a backport of this pull request to the 3.13 branch. |
Pranjal095
pushed a commit
to Pranjal095/cpython
that referenced
this pull request
Jul 12, 2025
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
taegyunkim
pushed a commit
to taegyunkim/cpython
that referenced
this pull request
Aug 4, 2025
Co-authored-by: Peter Bierma <zintensitydev@gmail.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.
I chose to take courage and add not only a usage example but also an introduction to the documentation.
I was inspired by the documentation at https://docs.python.org/3/library/multiprocessing.html
This page also have introduction before basic example
📚 Documentation preview 📚: https://cpython-previews--127046.org.readthedocs.build/en/127046/library/threading.html#introduction