]> granicus.if.org Git - python/commit
Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by
authorCharles-François Natali <neologix@free.fr>
Sat, 2 Jul 2011 11:56:19 +0000 (13:56 +0200)
committerCharles-François Natali <neologix@free.fr>
Sat, 2 Jul 2011 11:56:19 +0000 (13:56 +0200)
commit414d0faedced1b7cb3585e76e0bdfff1795e15f3
tree8ed8c8cc1debe19c9542cd063b514e9b4f3e6d17
parentff48c0a89b501df92c78873352956348d5cb0690
Issue #12352: Fix a deadlock in multiprocessing.Heap when a block is freed by
the garbage collector while the Heap lock is held.
Lib/multiprocessing/heap.py
Lib/test/test_multiprocessing.py
Misc/NEWS