[issue3807] _multiprocessing build fails when configure --without-threads

STINNER Victor report at bugs.python.org
Fri Jan 23 13:10:11 CET 2009


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

I don't understand the usage of _save argument of conn_poll() function
(of the _multiprocessing module). Here is a patch to remove it. I first
wrote this patch to try to compile _multiprocessing without thread
support (which is stupid because _multiprocessing requires semaphore).

Just ignore my patch if the _save is used somewhere.

----------
nosy: +haypo
Added file: http://bugs.python.org/file12841/_multiprocessing_remove_save.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3807>
_______________________________________


More information about the Python-bugs-list mailing list