[issue3110] Multiprocessing package build problem on Solaris 10

Antoine Pitrou report at bugs.python.org
Tue Aug 26 18:12:00 CEST 2008


Antoine Pitrou <pitrou at free.fr> added the comment:

FWIW, this is what I find on a Solaris box.

./sys/param.h:#define   _SEM_VALUE_MAX          INT_MAX
./sys/sysconfig.h:#define       _CONFIG_SEM_VALUE_MAX   21      /* max.
value a semaphore may have */
./sys/unistd.h:#define  _SC_SEM_VALUE_MAX               37
./limits.h:#define      _POSIX_SEM_VALUE_MAX    32767

----------
nosy: +pitrou
priority:  -> high

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


More information about the Python-bugs-list mailing list