Skip to content

gh-132795: Add the new Locked public method to multiprocessing.[Bounded]Semaphore - #133299

Merged
kumaraditya303 merged 2 commits into
python:mainfrom
YvesDup:sem-multiprocessing-locked-method
May 19, 2025
Merged

gh-132795: Add the new Locked public method to multiprocessing.[Bounded]Semaphore#133299
kumaraditya303 merged 2 commits into
python:mainfrom
YvesDup:sem-multiprocessing-locked-method

Conversation

@YvesDup

@YvesDupYvesDup commented May 2, 2025

Copy link
Copy Markdown
Contributor

This new public method was added to multiprocessing.[R]Lock class documentation
but it is also available for multiprocessing.[Bounded]Semaphore class.


📚 Documentation preview 📚: https://cpython-previews--133299.org.readthedocs.build/

@YvesDup
YvesDup requested a review from gpshead as a code ownerMay 2, 2025 14:08
@bedevere-appbedevere-appBot added docs Documentation in the Doc dir skip news awaiting review labels May 2, 2025
@YvesDupYvesDup changed the title gh-132795: Add the new Locked public method to multprocessing.[Bounded]Semaphoregh-132795: Add the new Locked public method to multiprocessing.[Bounded]SemaphoreMay 2, 2025
@kumaraditya303
kumaraditya303 merged commit de70614 into python:mainMay 19, 2025
@github-project-automationgithub-project-automationBot moved this from Todo to Done in Docs PRsMay 19, 2025
@YvesDup
YvesDup deleted the sem-multiprocessing-locked-method branch June 9, 2025 14:30
Pranjal095 pushed a commit to Pranjal095/cpython that referenced this pull request Jul 12, 2025
taegyunkim pushed a commit to taegyunkim/cpython that referenced this pull request Aug 4, 2025
@hugovkhugovk added the needs backport to 3.14 bugs and security fixes label Nov 30, 2025
@miss-islington-app

Copy link
Copy Markdown

Thanks @YvesDup for the PR, and @kumaraditya303 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 Nov 30, 2025
…honGH-133299)
(cherry picked from commit de70614)
Co-authored-by: Duprat <yduprat@gmail.com>
@bedevere-app

Copy link
Copy Markdown

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

@bedevere-appbedevere-appBot removed the needs backport to 3.14 bugs and security fixes label Nov 30, 2025
hugovk pushed a commit that referenced this pull request Nov 30, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants

@YvesDup@kumaraditya303@hugovk