[issue36342] test_venv fails on Android with clang

2019-03-19 Thread Brett Cannon
Brett Cannon added the comment: So this is a test_multiprocessing issue? If it is then the title is misleading. -- nosy: +brett.cannon ___ Python tracker ___ _

[issue36342] test_venv fails on Android with clang

2019-03-18 Thread Xavier de Gaye
Xavier de Gaye added the comment: Too hasty again, remembering now why I linked this failure with sem_open :-( Re-opening this issue as the test does fail because Android lacks a functioning sem_open implementation. And tagging this issue as a dependency of bpo-35978 as we should wait for th

[issue36342] test_venv fails on Android with clang

2019-03-18 Thread Xavier de Gaye
Xavier de Gaye added the comment: You are right, this is a duplicate of bpo-35978. Closing as duplicate. -- resolution: -> duplicate stage: needs patch -> resolved status: open -> closed title: test_multiprocessing fails on platforms lacking a functioning sem_open -> test_venv fails