]> granicus.if.org Git - python/commit
Issue #12981: test_multiprocessing: catch ImportError when importing
authorCharles-François Natali <neologix@free.fr>
Tue, 20 Sep 2011 18:36:51 +0000 (20:36 +0200)
committerCharles-François Natali <neologix@free.fr>
Tue, 20 Sep 2011 18:36:51 +0000 (20:36 +0200)
commitbc8f08216e2cea53f5c2650f60d3e943a9e48efb
treef38e949d776b72e003396a2e1baa88ec86f7b193
parent225aa4f8ec1d98a244f863ee5257a750926a494e
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