Skip to content

gh-150232: Update Thread group parameter doc#150283

Merged
kumaraditya303 merged 1 commit into
python:mainfrom
My-ABC:fix-threading-group-doc
May 23, 2026
Merged

gh-150232: Update Thread group parameter doc#150283
kumaraditya303 merged 1 commit into
python:mainfrom
My-ABC:fix-threading-group-doc

Conversation

@My-ABC
Copy link
Copy Markdown
Contributor

@My-ABC My-ABC commented May 23, 2026

@read-the-docs-community
Copy link
Copy Markdown

Documentation build overview

📚 cpython-previews | 🛠️ Build #32818076 | 📁 Comparing 46d1c1e against main (a7d5a6c)

  🔍 Preview build  

1 file changed
± library/threading.html

@My-ABC
Copy link
Copy Markdown
Contributor Author

My-ABC commented May 23, 2026

@picnixz The PR is ready for review. Could you please take a look? Thanks!

@picnixz picnixz added needs backport to 3.13 bugs and security fixes needs backport to 3.14 bugs and security fixes needs backport to 3.15 pre-release feature fixes, bugs and security fixes labels May 23, 2026
@kumaraditya303 kumaraditya303 merged commit 82191c6 into python:main May 23, 2026
46 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in Docs PRs May 23, 2026
@miss-islington-app
Copy link
Copy Markdown

Thanks @My-ABC for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14, 3.15.
🐍🍒⛏🤖

@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented May 23, 2026

GH-150297 is a backport of this pull request to the 3.15 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label May 23, 2026
@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented May 23, 2026

GH-150298 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label May 23, 2026
@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented May 23, 2026

GH-150299 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 23, 2026
kumaraditya303 pushed a commit that referenced this pull request May 23, 2026
)

gh-150232: update Thread group parameter doc (GH-150283)
(cherry picked from commit 82191c6)

Co-authored-by: My-ABC <569817555@qq.com>
kumaraditya303 pushed a commit that referenced this pull request May 23, 2026
)

gh-150232: update Thread group parameter doc (GH-150283)
(cherry picked from commit 82191c6)

Co-authored-by: My-ABC <569817555@qq.com>
kumaraditya303 pushed a commit that referenced this pull request May 23, 2026
)

gh-150232: update Thread group parameter doc (GH-150283)
(cherry picked from commit 82191c6)

Co-authored-by: My-ABC <569817555@qq.com>
@My-ABC My-ABC deleted the fix-threading-group-doc branch May 23, 2026 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

threading.Thread: documentation says group "should be None", but implementation enforces it with AssertionError

3 participants