Message338188
| Author |
xdegaye |
| Recipients |
xdegaye |
| Date |
2019年03月18日.10:02:39 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1552903359.9.0.770761638832.issue36342@roundup.psfhosted.org> |
| In-reply-to |
| Content |
test_multiprocessing fails on platforms lacking a functioning sem_open (Android for example) with:
======================================================================
ERROR: test_multiprocessing (test.test_venv.BasicTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/data/local/tmp/python/lib/python3.8/test/test_venv.py", line 317, in test_multiprocessing
out, err = check_output([envpy, '-c',
File "/data/local/tmp/python/lib/python3.8/test/test_venv.py", line 37, in check_output
raise subprocess.CalledProcessError(
subprocess.CalledProcessError: Command '['/data/local/tmp/python/tmp/tmpli0_hkdl/bin/python', '-c', 'from multiprocessing import Pool; print(Pool(1).apply_async("Python".lower).get(3))']' returned non-zero exit status 1. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2019年03月18日 10:02:39 | xdegaye | set | recipients:
+ xdegaye |
| 2019年03月18日 10:02:39 | xdegaye | set | messageid: <1552903359.9.0.770761638832.issue36342@roundup.psfhosted.org> |
| 2019年03月18日 10:02:39 | xdegaye | link | issue36342 messages |
| 2019年03月18日 10:02:39 | xdegaye | create |
|