[issue3770] test_multiprocessing fails on systems with HAVE_SEM_OPEN=0

Nick Coghlan report at bugs.python.org
Sun Sep 28 08:48:07 CEST 2008


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Jesse, how much (if any) of the rest of the package will work without
the synchronize module? If it isn't a lot, then it may be a matter of
just making this a cleaner ImportError and an expected test suite skip
on OpenBSD and FreeBSD.

(Unfortunately, our OpenBSD and FreeBSD buildbots are so unreliable that
they don't get much attention when they go red - it looks to me like the
OpenBSD buildbot isn't even managing to build _multiprocessing at the
moment, because HAVE_SEM_OPEN is incorrectly set to 1).

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


More information about the Python-bugs-list mailing list