]> granicus.if.org Git - python/commit
Issue #19946: use public API for multiprocessing start methods
authorNick Coghlan <ncoghlan@gmail.com>
Fri, 20 Dec 2013 12:14:03 +0000 (22:14 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 20 Dec 2013 12:14:03 +0000 (22:14 +1000)
commit05385292e9173aa341f26f56f74cb2da6aff8057
treedc90f1fb483df940c9ef102ba2605bc5dd00a35e
parent9ba75db3c5d12c8d03bccc41f27dd9c6134cfe3b
Issue #19946: use public API for multiprocessing start methods

This should appease the OpenIndiana buildbot.

Also lengthened the worst case timeout to try to eliminate
the inconsistent failure on one of the Windows 7 buildbots.
Lib/test/test_multiprocessing_main_handling.py