]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-94736: Fix _multiprocessing.SemLock subclassing (#94738)
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Mon, 11 Jul 2022 12:12:36 +0000 (17:42 +0530)
committerGitHub <noreply@github.com>
Mon, 11 Jul 2022 12:12:36 +0000 (13:12 +0100)
commitf5b76330cfb93e1ad1a77c71dafe719f6a808cec
treee0b45fff0dbbca680928e6d87d660ededb653798
parent1fdc35ef519855e1b69addf43af74f3ac7f37a6f
GH-94736: Fix _multiprocessing.SemLock subclassing (#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>
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