See http://mail.python.org/pipermail/python-dev/2008-March/077380.html.
Bill
[EMAIL PROTECTED] wrote:
> I'm trying to build Python 2.3 on my Mac (OS X 10.5.5) so I can use it
> simply to test my lockfile package. It configures fine and the basic make
> step works, but the executable has some so
I'm trying to build Python 2.3 on my Mac (OS X 10.5.5) so I can use it
simply to test my lockfile package. It configures fine and the basic make
step works, but the executable has some sort of problem with semaphore
operations:
% ./python.exe
sem_init: Function not implemented
sem_wa