[issue8713] multiprocessing needs option to eschew fork() under Linux

sbt report at bugs.python.org
Mon Jan 23 15:42:58 CET 2012


sbt <shibturn at gmail.com> added the comment:

mp_split_tests.patch splits up the test_multiprocessing.py:

test_multiprocessing_misc.py
  miscellaneous tests which need not be run with multiple configurations

mp_common.py
  testcases which should be run with multiple configurations

test_multiprocessing_fork.py
test_multiprocessing_nofork.py
test_multiprocessing_manager_fork.py
test_multiprocessing_manager_nofork.py
test_multiprocessing_threads.py
  run the testcases in mp_common.py with various configurations

----------
Added file: http://bugs.python.org/file24298/mp_split_tests.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8713>
_______________________________________


More information about the Python-bugs-list mailing list