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 sable
Recipients pitrou, sable, vstinner
Date 2011-02-16.15:03:38
SpamBayes Score 0.20718074
Marked as misclassified No
Message-id <1297868619.15.0.0669469848514.issue11223@psf.upfronthosting.co.za>
In-reply-to
Content
$ grep SEM pyconfig.h
#define HAVE_BROKEN_POSIX_SEMAPHORES 1
/* #undef HAVE_BROKEN_SEM_GETVALUE */
#define HAVE_SEM_GETVALUE 1
#define HAVE_SEM_OPEN 1
#define HAVE_SEM_TIMEDWAIT 1
#define HAVE_SEM_UNLINK 1
/* #undef POSIX_SEMAPHORES_NOT_ENABLED */
#ifndef _POSIX_PTHREAD_SEMANTICS
# define _POSIX_PTHREAD_SEMANTICS 1
History
Date User Action Args
2011-02-16 15:03:39sablesetrecipients: + sable, pitrou, vstinner
2011-02-16 15:03:39sablesetmessageid: <1297868619.15.0.0669469848514.issue11223@psf.upfronthosting.co.za>
2011-02-16 15:03:38sablelinkissue11223 messages
2011-02-16 15:03:38sablecreate