]> granicus.if.org Git - python/commit
Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is
authorCharles-François Natali <neologix@free.fr>
Sat, 2 Jul 2011 12:43:11 +0000 (14:43 +0200)
committerCharles-François Natali <neologix@free.fr>
Sat, 2 Jul 2011 12:43:11 +0000 (14:43 +0200)
commit723585bbaf5a4c83d187c7868790cac5ac1991e9
tree9084f9388ca9fb68b6a29b3637a53ee4835f1e3a
parent7ae4448ed235e37726d4082b75765fd6b4d0535a
parenta4a04069fd93395369b6061ed07f471e53f1c7a1
Merge issue #12352: Fix a deadlock in multiprocessing.Heap when a block is
freed by the garbage collector while the Heap lock is held.
Lib/test/test_multiprocessing.py
Misc/NEWS