Skip to content

Conversation

@kumaraditya303
Copy link
Contributor

@kumaraditya303kumaraditya303 commented Mar 16, 2025

@kumaraditya303
Copy link
ContributorAuthor

@colesbury Both of these functions are thread safe now as they use critical sections so this removes the redundant suppressions

@critical_section
_multiprocessing.SemLock.release
Release the semaphore/lock.
[clinic start generated code]*/
staticPyObject*
_multiprocessing_SemLock_release_impl(SemLockObject*self)
/*[clinic end generated code: output=b22f53ba96b0d1db input=9bd62d3645e7a531]*/
{

@kumaraditya303kumaraditya303 merged commit 46e8854 into python:mainMar 17, 2025
46 checks passed
@kumaraditya303kumaraditya303 deleted the multi branch March 17, 2025 18:59
colesbury pushed a commit to colesbury/cpython that referenced this pull request Mar 20, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@kumaraditya303@colesbury