[issue4012] Minor errors in multiprocessing docs

2008-10-22 Thread osvenskan
osvenskan <[EMAIL PROTECTED]> added the comment: The Synchronization primitives section should mention that sem_timedwait() isn't supported under OS X <=10.5.5 (and possibly later versions) so as a result timeouts passed to acquire() will be ignored (or raise an error?) http://d

[issue3110] Multiprocessing package build problem on Solaris 10

2008-12-17 Thread osvenskan
Changes by osvenskan : -- nosy: +osvenskan ___ Python tracker <http://bugs.python.org/issue3110> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue3110] Multiprocessing package build problem on Solaris 10

2008-12-17 Thread osvenskan
osvenskan added the comment: I'm facing the same problem (getting a good definition of SEM_VALUE_MAX) for my posix_ipc extension. The patch presented here will get the compiler to shut up on OpenSolaris, but not for the reason you think. At least, that's the way I see it. On O