STINNER Victor <victor.stin...@haypocalc.com> added the comment:

_multiprocessing modules doesn't compile but I don't know how to fix it:
 - conn_poll() has a _save argument, but the argument is not used in
both conn_poll() implementations (pipe_connection.c and socket_connection.c)
 - Modules/_multiprocessing/semaphore.c contains a lot of functions and
macros for semaphore managment but it looks like thread support is
required. Eg. compilation fails on a missing symbol: sem_unlink(). The
function sem_unlink() is defined in system <semaphore.h> and requires
-lrt or -lpthread compiler flag.

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue5035>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to