Message128670
| 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:39 | sable | set | recipients:
+ sable, pitrou, vstinner |
| 2011年02月16日 15:03:39 | sable | set | messageid: <1297868619.15.0.0669469848514.issue11223@psf.upfronthosting.co.za> |
| 2011年02月16日 15:03:38 | sable | link | issue11223 messages |
| 2011年02月16日 15:03:38 | sable | create |
|