[issue3770] test_multiprocessing fails on systems with HAVE_SEM_OPEN=0

Jesse Noller report at bugs.python.org
Mon Sep 29 20:20:39 CEST 2008


Jesse Noller <jnoller at gmail.com> added the comment:

Hows this error look:

>>> import multiprocessing
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/jesse/open_source/subversion/python-
trunk/Lib/multiprocessing/__init__.py", line 178, in <module>
    " function, see issue 3770.")
multiprocessing.SemaphoreImportError: This platform lacks a functioning 
sem_open implementation and thereforce, the required synchronization 
primitives needed will not function, see issue 3770.
>>>

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


More information about the Python-bugs-list mailing list