]> 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:44:49 +0000 (18:44 +0200)
committerCharles-François Natali <neologix@free.fr>
Wed, 21 Sep 2011 16:44:49 +0000 (18:44 +0200)
commitf8413b29c07babc49a2a891f8716f4fcda538489
treed1d2ee6c174d1da60f618144dbeaa22e3b5c7779
parentc23484b21f8b62ec7c62a6e2253cf5f656e2ef06
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