]> granicus.if.org Git - python/commit
Issue #12981: test_multiprocessing: catch ImportError when importing
authorCharles-François Natali <neologix@free.fr>
Wed, 21 Sep 2011 16:48:21 +0000 (18:48 +0200)
committerCharles-François Natali <neologix@free.fr>
Wed, 21 Sep 2011 16:48:21 +0000 (18:48 +0200)
commite51c8dad1a086d2d7cd2b343c625805fa7a856bd
treebbfeca70429db8df032bfa42e01f0a2f9c9837e6
parent4507e6456e6170f92e14d7ecb68f2617a3b48412
Issue #12981: test_multiprocessing: catch ImportError when importing
multiprocessing.reduction, which may not be available (e.g. if the OS doesn't
support FD passing over Unix domain sockets).
Lib/test/test_multiprocessing.py