]> granicus.if.org Git - python/commit
Issue #19425 -- a pickling error should not cause pool to hang.
authorRichard Oudkerk <shibturn@gmail.com>
Mon, 28 Oct 2013 23:02:22 +0000 (23:02 +0000)
committerRichard Oudkerk <shibturn@gmail.com>
Mon, 28 Oct 2013 23:02:22 +0000 (23:02 +0000)
commit21aad9792f4f7ebaac76ca552851e937de2e1538
treee43bdfc7764df5342a06b23fdb749050a89c9bf1
parent9a2325fac884e3e34af0476e05d6800cfba22ad8
Issue #19425 -- a pickling error should not cause pool to hang.
Lib/multiprocessing/pool.py
Lib/test/test_multiprocessing.py