]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 11 Jul 2022 12:40:02 +0000 (05:40 -0700)
committerGitHub <noreply@github.com>
Mon, 11 Jul 2022 12:40:02 +0000 (05:40 -0700)
commit8464e4ae8300d6e600cd192884552ab634155625
tree50a11433703c17d0e2fd0490a1920a24ce288a95
parent45896f2a02f02f296d14cccd6959179ccd47e410
GH-94736: Fix _multiprocessing.SemLock subclassing (GH-94738)

* fix allocator and deallocator

* ðŸ“œðŸ¤– Added by blurb_it.

* code review

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
(cherry picked from commit f5b76330cfb93e1ad1a77c71dafe719f6a808cec)

Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Library/2022-07-11-10-41-48.gh-issue-94736.EbsgeK.rst [new file with mode: 0644]
Modules/_multiprocessing/semaphore.c