This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients jnoller, pitrou, roudkerk, skip.montanaro
Date 2008-08-26.16:11:59
SpamBayes Score 0.17102768
Marked as misclassified No
Message-id <1219767120.2.0.955548595587.issue3110@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-08-26 16:12:00pitrousetrecipients: + pitrou, skip.montanaro, roudkerk, jnoller
2008-08-26 16:12:00pitrousetmessageid: <1219767120.2.0.955548595587.issue3110@psf.upfronthosting.co.za>
2008-08-26 16:11:59pitroulinkissue3110 messages
2008-08-26 16:11:59pitroucreate