]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Give information for compililation of _multiprocessing.SemLock on FreeBSD:
authorHye-Shik Chang <hyeshik@gmail.com>
Sat, 28 Jun 2008 01:04:31 +0000 (01:04 +0000)
committerHye-Shik Chang <hyeshik@gmail.com>
Sat, 28 Jun 2008 01:04:31 +0000 (01:04 +0000)
commit99c48a8d315fe55c8e1e8eac2e01cd930cb89686
treef3ecdbe6dd392f23030842cba9f8aa8a1b6ec17a
parent910c2ab674e0c6c09605f0a8c493a64ddb99c0d8
Give information for compililation of _multiprocessing.SemLock on FreeBSD:

FreeBSD's P1003.1b semaphore support is highly experimental and
it's disabled by default.  Even if a user loads the experimental
kernel module manually, _multiprocessing doesn't work correctly due
to several known incompatibilities around sem_unlink and sem_getvalue,
yet.
setup.py