[issue3375] _multiprocessing.so build problems

Guido van Rossum report at bugs.python.org
Thu Jul 17 06:47:50 CEST 2008


Guido van Rossum <guido at python.org> added the comment:

When a second 'make' fixes things, that usually means that there's a
dependency on another extension that is built later in the normal build
sequence. I vaguely we had this before and fixed it by reordering things.

Grepping the sources of _multiprocessing for Import, I wonder if it
could be _pickle?  Or something that _pickle imports?  (Since _pickle
seems to be built before _multiprocessing.)

----------
nosy: +gvanrossum

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


More information about the Python-bugs-list mailing list