[issue3876] multiprocessing does not compile on systems which do not define sem_timedwait

Ian Donaldson report at bugs.python.org
Wed Sep 23 07:38:37 CEST 2009


Ian Donaldson <iand at ekit-inc.com> added the comment:

Similarly, compile fails on Solaris 9 due to lack of sem_timedwait()
so here is a patch for that.  Solaris 10 was the first Solaris
to have this function so the patch adapts for that case.

----------
nosy: +iandekit
Added file: http://bugs.python.org/file14952/EKIT.PATCH3

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


More information about the Python-bugs-list mailing list