[issue36342] test_multiprocessing fails on platforms lacking a functioning sem_open

2019-03-18 Thread STINNER Victor
STINNER Victor added the comment: Are you sure that multiprocessing is the issue? On bpo-35978, the test fails because of venv, not because of multiprocessing. Can it be the same issue? -- nosy: +vstinner ___ Python tracker

[issue36342] test_multiprocessing fails on platforms lacking a functioning sem_open

2019-03-18 Thread Xavier de Gaye
New submission from Xavier de Gaye : test_multiprocessing fails on platforms lacking a functioning sem_open (Android for example) with: == ERROR: test_multiprocessing (test.test_venv.BasicTest)