STINNER Victor added the comment:
test_many_processes() was added by bpo-30589. Antoine Pitrou commented:
"In the end, I'm glad I added a stress test (test_many_processes) as part of
this issue.".
I confirm that test_multiprocessing_fork fails with "./python -m test -vuall"
on FreeBSD CURREN
New submission from Serhiy Storchaka :
test_multiprocessing_fork fails only if run all tests on FreeBSD. It is passed
successfully if run it separately.
$ ./python -m test -vuall
...
==
FAIL: test_many_processes
(test.test_mul