mirror of
https://github.com/python/cpython.git
synced 2025-11-24 20:30:18 +00:00
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>
This commit is contained in:
parent
1fdc35ef51
commit
f5b76330cf
3 changed files with 14 additions and 4 deletions
|
|
@ -0,0 +1 @@
|
|||
Fix crash when deallocating an instance of a subclass of ``_multiprocessing.SemLock``. Patch by Kumar Aditya.
|
||||
Loading…
Add table
Add a link
Reference in a new issue