This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paul.moore
Recipients benjamin.peterson, brett.cannon, eric.araujo, jnoller, loewis, ot, paul.moore
Date 2010-07-03.08:43:20
SpamBayes Score 0.00014466187
Marked as misclassified No
Message-id <1278146602.74.0.59292547015.issue9144@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-07-03 08:43:22paul.mooresetrecipients: + paul.moore, loewis, brett.cannon, benjamin.peterson, jnoller, eric.araujo, ot
2010-07-03 08:43:22paul.mooresetmessageid: <1278146602.74.0.59292547015.issue9144@psf.upfronthosting.co.za>
2010-07-03 08:43:21paul.moorelinkissue9144 messages
2010-07-03 08:43:20paul.moorecreate