Paul Moore <p.f.mo...@gmail.com> added the comment:

Martin's analysis (and the description of the commit he refers to) indicates 
that the correct fix is Cuiseppe's suggestion to change the relative imports to 
absolute:

from _multiprocessing import ...

as the previous code was only working because, as a result of the bug fixed in 
r81380, from ._multiprocessing was falling back to this form anyway.

----------
nosy: +pmoore

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

Reply via email to