]> 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:39:09 +0000 (05:39 -0700)
committerGitHub <noreply@github.com>
Mon, 11 Jul 2022 12:39:09 +0000 (05:39 -0700)
commit916686fdb273d6adbd403e6d58029960ec7a89ab
tree513ec194ba47f25a500d8b96dca3e70736347972
parentb87d03d355a1b303a1e0550b0da0fdeb99674da5
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