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

Amaury Forgeot d'Arc report at bugs.python.org
Fri Jan 23 14:39:12 CET 2009


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

_save is used, by the Py_BLOCK_THREADS macros.
(when threads are enabled, of course).

I think that you should not try to compile _multiprocessing without
threads enabled. multiprocessing does need multiple threads to work.

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


More information about the Python-bugs-list mailing list