Guido van Rossum <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
<http://bugs.python.org/issue3375>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to